Html Css Color HEX #08030B Blackcurrant

📋 copy color: '#08030B'

red 8 ◦ green 3 ◦ blue 11

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

Shades of Blackcurrant #08030B

Tints of Blackcurrant #08030B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 50%

R = 36.36%
G = 13.64%
B = 50%

CMYK

 C value IS 0.27

 M value IS 0.73

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#08030B (or 0x08030B) is known color: Blackcurrant. HEX triplet: 08, 03 and 0B. RGB value is (8,3,11). Sum of RGB (Red+Green+Blue) = 8+3+11=22 (2% of max value = 765). Red value is 8 (3.52% from 255 or 36.36% from 22); Green value is 3 (1.56% from 255 or 13.64% from 22); Blue value is 11 (4.69% from 255 or 50% from 22); Max value from RGB is 11 - color contains mainly: blue. Hex color #08030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #08030B is #F7FCF4. Grayscale: #050505. Windows color (decimal): -16252149 or 721672. OLE color: 721672.

HSL color Cylindrical-coordinate representation of color #08030B: hue angle of 277.5º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #08030B is Cyan = 0.27, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.96.

Color convert

RGB 8 3 11 -
CMYK 0.27 0.73 0 0.96
HSL 277.5º 0.57% 0.03% -
HSV(B) 277.5º 0.73% 0.04% -
XYZ 0.19 0.14 0.33 -
YUV 5.41 131.16 129.85 -
System Red Green Blue C M Y K H S L
Decimal 8 3 11 0.27 0.73 0 0.96 277.5 0.57 0.03
Hex 8 3 B 1B 49 0 60 116 39 3
Octal 10 3 13 33 111 0 140 426 71 3
Binary 1000 11 1011 11011 1001001 0 1100000 100010110 111001 11

Color Harmonies of #08030B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08030B

Black with #08030B

Text Example


Text Example

White with #08030B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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