Html Css Color HEX #0B060C Blackcurrant

📋 copy color: '#0B060C'

red 11 ◦ green 6 ◦ blue 12

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

Shades of Blackcurrant #0B060C

Tints of Blackcurrant #0B060C

RGB

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

 GREEN value IS 6 (2.73% from 255) = 20.69%

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

R = 37.93%
G = 20.69%
B = 41.38%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.95

RGB Variations

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

Color information

#0B060C (or 0x0B060C) is known color: Blackcurrant. HEX triplet: 0B, 06 and 0C. RGB value is (11,6,12). Sum of RGB (Red+Green+Blue) = 11+6+12=29 (3% of max value = 765). Red value is 11 (4.69% from 255 or 37.93% from 29); Green value is 6 (2.73% from 255 or 20.69% from 29); Blue value is 12 (5.08% from 255 or 41.38% from 29); Max value from RGB is 12 - color contains mainly: blue. Hex color #0B060C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B060C is #F4F9F3. Grayscale: #080808. Windows color (decimal): -16054772 or 787979. OLE color: 787979.

HSL color Cylindrical-coordinate representation of color #0B060C: hue angle of 290º degrees, saturation: 0.33, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0B060C is Cyan = 0.08, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.95.

Color convert

RGB 11 6 12 -
CMYK 0.08 0.50 0 0.95
HSL 290º 0.33% 0.04% -
HSV(B) 290º 0.5% 0.05% -
XYZ 0.27 0.23 0.38 -
YUV 8.18 130.16 130.01 -
System Red Green Blue C M Y K H S L
Decimal 11 6 12 0.08 0.50 0 0.95 290 0.33 0.04
Hex B 6 C 8 32 0 5F 122 21 4
Octal 13 6 14 10 62 0 137 442 41 4
Binary 1011 110 1100 1000 110010 0 1011111 100100010 100001 100

Color Harmonies of #0B060C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B060C

Black with #0B060C

Text Example


Text Example

White with #0B060C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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