Html Css Color HEX #0B0022 Blackcurrant

📋 copy color: '#0B0022'

red 11 ◦ green 0 ◦ blue 34

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

Shades of Blackcurrant #0B0022

Tints of Blackcurrant #0B0022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 75.56%

R = 24.44%
G = 0%
B = 75.56%

CMYK

 C value IS 0.68

 M value IS 1

 Y value IS 0

 K value IS 0.87

RGB Variations

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

Color information

#0B0022 (or 0x0B0022) is known color: Blackcurrant. HEX triplet: 0B, 00 and 22. RGB value is (11,0,34). Sum of RGB (Red+Green+Blue) = 11+0+34=45 (5% of max value = 765). Red value is 11 (4.69% from 255 or 24.44% from 45); Green value is 0 (0.39% from 255 or 0% from 45); Blue value is 34 (13.67% from 255 or 75.56% from 45); Max value from RGB is 34 - color contains mainly: blue. Hex color #0B0022 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0022 is #F4FFDD. Grayscale: #070707. Windows color (decimal): -16056286 or 2228235. OLE color: 2228235.

HSL color Cylindrical-coordinate representation of color #0B0022: hue angle of 259.41º degrees, saturation: 1, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0022 is Cyan = 0.68, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.87.

Color convert

RGB 11 0 34 -
CMYK 0.68 1 0 0.87
HSL 259.41º 1% 0.07% -
HSV(B) 259.41º 1% 0.13% -
XYZ 0.43 0.19 1.53 -
YUV 7.17 143.14 130.74 -
System Red Green Blue C M Y K H S L
Decimal 11 0 34 0.68 1 0 0.87 259.41 1 0.07
Hex B 0 22 44 64 0 57 103 64 7
Octal 13 0 42 104 144 0 127 403 144 7
Binary 1011 0 100010 1000100 1100100 0 1010111 100000011 1100100 111

Color Harmonies of #0B0022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B0022

Black with #0B0022

Text Example


Text Example

White with #0B0022

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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