Html Css Color HEX #0B0019 Blackcurrant

📋 copy color: '#0B0019'

red 11 ◦ green 0 ◦ blue 25

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

Shades of Blackcurrant #0B0019

Tints of Blackcurrant #0B0019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 25 (10.16% from 255) = 69.44%

R = 30.56%
G = 0%
B = 69.44%

CMYK

 C value IS 0.56

 M value IS 1

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B0019 (or 0x0B0019) is known color: Blackcurrant. HEX triplet: 0B, 00 and 19. RGB value is (11,0,25). Sum of RGB (Red+Green+Blue) = 11+0+25=36 (4% of max value = 765). Red value is 11 (4.69% from 255 or 30.56% from 36); Green value is 0 (0.39% from 255 or 0% from 36); Blue value is 25 (10.16% from 255 or 69.44% from 36); Max value from RGB is 25 - color contains mainly: blue. Hex color #0B0019 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0019 is #F4FFE6. Grayscale: #060606. Windows color (decimal): -16056295 or 1638411. OLE color: 1638411.

HSL color Cylindrical-coordinate representation of color #0B0019: hue angle of 266.4º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0019 is Cyan = 0.56, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 0 25 -
CMYK 0.56 1 0 0.90
HSL 266.4º 1% 0.05% -
HSV(B) 266.4º 1% 0.1% -
XYZ 0.31 0.14 0.93 -
YUV 6.14 138.64 131.47 -
System Red Green Blue C M Y K H S L
Decimal 11 0 25 0.56 1 0 0.90 266.4 1 0.05
Hex B 0 19 38 64 0 5A 10A 64 5
Octal 13 0 31 70 144 0 132 412 144 5
Binary 1011 0 11001 111000 1100100 0 1011010 100001010 1100100 101

Color Harmonies of #0B0019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0019

Black with #0B0019

Text Example


Text Example

White with #0B0019

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,0,25); }

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

background-color css

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

 a { background-color: rgb(11,0,25); }

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

border-color css

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

 span { border-color: rgb(11,0,25); }

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