Html Css Color HEX #0B031B Blackcurrant

📋 copy color: '#0B031B'

red 11 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #0B031B

Tints of Blackcurrant #0B031B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 7.32%

 BLUE value IS 27 (10.94% from 255) = 65.85%

R = 26.83%
G = 7.32%
B = 65.85%

CMYK

 C value IS 0.59

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B031B (or 0x0B031B) is known color: Blackcurrant. HEX triplet: 0B, 03 and 1B. RGB value is (11,3,27). Sum of RGB (Red+Green+Blue) = 11+3+27=41 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.83% from 41); Green value is 3 (1.56% from 255 or 7.32% from 41); Blue value is 27 (10.94% from 255 or 65.85% from 41); Max value from RGB is 27 - color contains mainly: blue. Hex color #0B031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B031B is #F4FCE4. Grayscale: #080808. Windows color (decimal): -16055525 or 1770251. OLE color: 1770251.

HSL color Cylindrical-coordinate representation of color #0B031B: hue angle of 260º degrees, saturation: 0.8, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0B031B is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 3 27 -
CMYK 0.59 0.89 0 0.89
HSL 260º 0.8% 0.06% -
HSV(B) 260º 0.89% 0.11% -
XYZ 0.37 0.22 1.06 -
YUV 8.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 11 3 27 0.59 0.89 0 0.89 260 0.8 0.06
Hex B 3 1B 3B 59 0 59 104 50 6
Octal 13 3 33 73 131 0 131 404 120 6
Binary 1011 11 11011 111011 1011001 0 1011001 100000100 1010000 110

Color Harmonies of #0B031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B031B

Black with #0B031B

Text Example


Text Example

White with #0B031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,3,27); }

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

background-color css

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

 a { background-color: rgb(11,3,27); }

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

border-color css

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

 span { border-color: rgb(11,3,27); }

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