Html Css Color HEX #38073E Blackcurrant

📋 copy color: '#38073E'

red 56 ◦ green 7 ◦ blue 62

#38073E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blackcurrant #38073E

Tints of Blackcurrant #38073E

RGB

 RED value IS 56 (22.27% from 255) = 44.8%

 GREEN value IS 7 (3.13% from 255) = 5.6%

 BLUE value IS 62 (24.61% from 255) = 49.6%

R = 44.8%
G = 5.6%
B = 49.6%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#38073E (or 0x38073E) is known color: Blackcurrant. HEX triplet: 38, 07 and 3E. RGB value is (56,7,62). Sum of RGB (Red+Green+Blue) = 56+7+62=125 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.8% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 62 (24.61% from 255 or 49.6% from 125); Max value from RGB is 62 - color contains mainly: blue. Hex color #38073E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #38073E is #C7F8C1. Grayscale: #1B1B1B. Windows color (decimal): -13105346 or 4065080. OLE color: 4065080.

HSL color Cylindrical-coordinate representation of color #38073E: hue angle of 293.45º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #38073E is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 56 7 62 -
CMYK 0.10 0.89 0 0.76
HSL 293.45º 0.8% 0.14% -
HSV(B) 293.45º 0.89% 0.24% -
XYZ 2.58 1.34 4.68 -
YUV 27.92 147.23 148.03 -
System Red Green Blue C M Y K H S L
Decimal 56 7 62 0.10 0.89 0 0.76 293.45 0.8 0.14
Hex 38 7 3E A 59 0 4C 125 50 E
Octal 70 7 76 12 131 0 114 445 120 16
Binary 111000 111 111110 1010 1011001 0 1001100 100100101 1010000 1110

Color Harmonies of #38073E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38073E

Black with #38073E

Text Example


Text Example

White with #38073E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38073E; }

 p { color: rgb(56,7,62); }

 H1.HeaderClassName
 {
   color: #38073E;
 }
 .AnyTagClassName
 {
   color: #38073E;
 }
</style>

background-color css

<style>
 a { background-color: #38073E; }

 a { background-color: rgb(56,7,62); }

 div.DivClassName
 {
   background-color: #38073E;
 }
 .BgClassName
 {
   background-color: #38073E;
 }
</style>

border-color css

<style>
 span { border-color: #38073E; }

 span { border-color: rgb(56,7,62); }

 td.TdClassName
 {
   border-color: #38073E;
 }
 .TagClassName
 {
   border-color: #38073E;
 }
</style>