Html Css Color HEX #08030C Blackcurrant

📋 copy color: '#08030C'

red 8 ◦ green 3 ◦ blue 12

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

Shades of Blackcurrant #08030C

Tints of Blackcurrant #08030C

RGB

 RED value IS 8 (3.52% from 255) = 34.78%

 GREEN value IS 3 (1.56% from 255) = 13.04%

 BLUE value IS 12 (5.08% from 255) = 52.17%

R = 34.78%
G = 13.04%
B = 52.17%

CMYK

 C value IS 0.33

 M value IS 0.75

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#08030C (or 0x08030C) is known color: Blackcurrant. HEX triplet: 08, 03 and 0C. RGB value is (8,3,12). Sum of RGB (Red+Green+Blue) = 8+3+12=23 (3% of max value = 765). Red value is 8 (3.52% from 255 or 34.78% from 23); Green value is 3 (1.56% from 255 or 13.04% from 23); Blue value is 12 (5.08% from 255 or 52.17% from 23); Max value from RGB is 12 - color contains mainly: blue. Hex color #08030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030C is #F7FCF3. Grayscale: #050505. Windows color (decimal): -16252148 or 787208. OLE color: 787208.

HSL color Cylindrical-coordinate representation of color #08030C: hue angle of 273.33º degrees, saturation: 0.6, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #08030C is Cyan = 0.33, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 8 3 12 -
CMYK 0.33 0.75 0 0.95
HSL 273.33º 0.6% 0.03% -
HSV(B) 273.33º 0.75% 0.05% -
XYZ 0.2 0.14 0.36 -
YUV 5.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 8 3 12 0.33 0.75 0 0.95 273.33 0.6 0.03
Hex 8 3 C 21 4B 0 5F 111 3C 3
Octal 10 3 14 41 113 0 137 421 74 3
Binary 1000 11 1100 100001 1001011 0 1011111 100010001 111100 11

Color Harmonies of #08030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08030C

Black with #08030C

Text Example


Text Example

White with #08030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08030C; }

 p { color: rgb(8,3,12); }

 H1.HeaderClassName
 {
   color: #08030C;
 }
 .AnyTagClassName
 {
   color: #08030C;
 }
</style>

background-color css

<style>
 a { background-color: #08030C; }

 a { background-color: rgb(8,3,12); }

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

border-color css

<style>
 span { border-color: #08030C; }

 span { border-color: rgb(8,3,12); }

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