Html Css Color HEX #0B0118 Blackcurrant

📋 copy color: '#0B0118'

red 11 ◦ green 1 ◦ blue 24

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

Shades of Blackcurrant #0B0118

Tints of Blackcurrant #0B0118

RGB

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

 GREEN value IS 1 (0.78% from 255) = 2.78%

 BLUE value IS 24 (9.77% from 255) = 66.67%

R = 30.56%
G = 2.78%
B = 66.67%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0118 (or 0x0B0118) is known color: Blackcurrant. HEX triplet: 0B, 01 and 18. RGB value is (11,1,24). Sum of RGB (Red+Green+Blue) = 11+1+24=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 1 (0.78% from 255 or 2.78% from 36); Blue value is 24 (9.77% from 255 or 66.67% from 36); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0118 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0118 is #F4FEE7. Grayscale: #060606. Windows color (decimal): -16056040 or 1573131. OLE color: 1573131.

HSL color Cylindrical-coordinate representation of color #0B0118: hue angle of 266.09º degrees, saturation: 0.92, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0118 is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.91.

Color convert

RGB 11 1 24 -
CMYK 0.54 0.96 0 0.91
HSL 266.09º 0.92% 0.05% -
HSV(B) 266.09º 0.96% 0.09% -
XYZ 0.31 0.16 0.88 -
YUV 6.61 137.81 131.13 -
System Red Green Blue C M Y K H S L
Decimal 11 1 24 0.54 0.96 0 0.91 266.09 0.92 0.05
Hex B 1 18 36 60 0 5B 10A 5C 5
Octal 13 1 30 66 140 0 133 412 134 5
Binary 1011 1 11000 110110 1100000 0 1011011 100001010 1011100 101

Color Harmonies of #0B0118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0118

Black with #0B0118

Text Example


Text Example

White with #0B0118

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,1,24); }

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

background-color css

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

 a { background-color: rgb(11,1,24); }

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

border-color css

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

 span { border-color: rgb(11,1,24); }

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