Html Css Color HEX #0B0712 Blackcurrant

📋 copy color: '#0B0712'

red 11 ◦ green 7 ◦ blue 18

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

Shades of Blackcurrant #0B0712

Tints of Blackcurrant #0B0712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 50%

R = 30.56%
G = 19.44%
B = 50%

CMYK

 C value IS 0.39

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0B0712 (or 0x0B0712) is known color: Blackcurrant. HEX triplet: 0B, 07 and 12. RGB value is (11,7,18). Sum of RGB (Red+Green+Blue) = 11+7+18=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 7 (3.12% from 255 or 19.44% from 36); Blue value is 18 (7.42% from 255 or 50% from 36); Max value from RGB is 18 - color contains mainly: blue. Hex color #0B0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0712 is #F4F8ED. Grayscale: #090909. Windows color (decimal): -16054510 or 1181451. OLE color: 1181451.

HSL color Cylindrical-coordinate representation of color #0B0712: hue angle of 261.82º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0B0712 is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 11 7 18 -
CMYK 0.39 0.61 0 0.93
HSL 261.82º 0.44% 0.05% -
HSV(B) 261.82º 0.61% 0.07% -
XYZ 0.32 0.27 0.61 -
YUV 9.45 132.83 129.11 -
System Red Green Blue C M Y K H S L
Decimal 11 7 18 0.39 0.61 0 0.93 261.82 0.44 0.05
Hex B 7 12 27 3D 0 5D 106 2C 5
Octal 13 7 22 47 75 0 135 406 54 5
Binary 1011 111 10010 100111 111101 0 1011101 100000110 101100 101

Color Harmonies of #0B0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0712

Black with #0B0712

Text Example


Text Example

White with #0B0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,7,18); }

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

background-color css

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

 a { background-color: rgb(11,7,18); }

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

border-color css

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

 span { border-color: rgb(11,7,18); }

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