Html Css Color HEX #0B030C Blackcurrant

📋 copy color: '#0B030C'

red 11 ◦ green 3 ◦ blue 12

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

Shades of Blackcurrant #0B030C

Tints of Blackcurrant #0B030C

RGB

 RED value IS 11 (4.69% from 255) = 42.31%

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

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

R = 42.31%
G = 11.54%
B = 46.15%

CMYK

 C value IS 0.08

 M value IS 0.75

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B030C (or 0x0B030C) is known color: Blackcurrant. HEX triplet: 0B, 03 and 0C. RGB value is (11,3,12). Sum of RGB (Red+Green+Blue) = 11+3+12=26 (3% of max value = 765). Red value is 11 (4.69% from 255 or 42.31% from 26); Green value is 3 (1.56% from 255 or 11.54% from 26); Blue value is 12 (5.08% from 255 or 46.15% from 26); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B030C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B030C is #F4FCF3. Grayscale: #060606. Windows color (decimal): -16055540 or 787211. OLE color: 787211.

HSL color Cylindrical-coordinate representation of color #0B030C: hue angle of 293.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 #0B030C is Cyan = 0.08, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 3 12 -
CMYK 0.08 0.75 0 0.95
HSL 293.33º 0.6% 0.03% -
HSV(B) 293.33º 0.75% 0.05% -
XYZ 0.24 0.16 0.37 -
YUV 6.42 131.15 131.27 -
System Red Green Blue C M Y K H S L
Decimal 11 3 12 0.08 0.75 0 0.95 293.33 0.6 0.03
Hex B 3 C 8 4B 0 5F 125 3C 3
Octal 13 3 14 10 113 0 137 445 74 3
Binary 1011 11 1100 1000 1001011 0 1011111 100100101 111100 11

Color Harmonies of #0B030C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B030C

Black with #0B030C

Text Example


Text Example

White with #0B030C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B030C; }

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

 H1.HeaderClassName
 {
   color: #0B030C;
 }
 .AnyTagClassName
 {
   color: #0B030C;
 }
</style>

background-color css

<style>
 a { background-color: #0B030C; }

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

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

border-color css

<style>
 span { border-color: #0B030C; }

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

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