Html Css Color HEX #0B0218 Blackcurrant

📋 copy color: '#0B0218'

red 11 ◦ green 2 ◦ blue 24

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

Shades of Blackcurrant #0B0218

Tints of Blackcurrant #0B0218

RGB

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

 GREEN value IS 2 (1.17% from 255) = 5.41%

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

R = 29.73%
G = 5.41%
B = 64.86%

CMYK

 C value IS 0.54

 M value IS 0.92

 Y value IS 0

 K value IS 0.91

RGB Variations

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

Color information

#0B0218 (or 0x0B0218) is known color: Blackcurrant. HEX triplet: 0B, 02 and 18. RGB value is (11,2,24). Sum of RGB (Red+Green+Blue) = 11+2+24=37 (4% of max value = 765). Red value is 11 (4.69% from 255 or 29.73% from 37); Green value is 2 (1.17% from 255 or 5.41% from 37); Blue value is 24 (9.77% from 255 or 64.86% from 37); Max value from RGB is 24 - color contains mainly: blue. Hex color #0B0218 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0218 is #F4FDE7. Grayscale: #070707. Windows color (decimal): -16055784 or 1573387. OLE color: 1573387.

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

Color convert

RGB 11 2 24 -
CMYK 0.54 0.92 0 0.91
HSL 264.55º 0.85% 0.05% -
HSV(B) 264.55º 0.92% 0.09% -
XYZ 0.32 0.18 0.88 -
YUV 7.2 137.48 130.71 -
System Red Green Blue C M Y K H S L
Decimal 11 2 24 0.54 0.92 0 0.91 264.55 0.85 0.05
Hex B 2 18 36 5C 0 5B 109 55 5
Octal 13 2 30 66 134 0 133 411 125 5
Binary 1011 10 11000 110110 1011100 0 1011011 100001001 1010101 101

Color Harmonies of #0B0218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0218

Black with #0B0218

Text Example


Text Example

White with #0B0218

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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