Html Css Color HEX #0B031C Blackcurrant

📋 copy color: '#0B031C'

red 11 ◦ green 3 ◦ blue 28

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

Shades of Blackcurrant #0B031C

Tints of Blackcurrant #0B031C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 66.67%

R = 26.19%
G = 7.14%
B = 66.67%

CMYK

 C value IS 0.61

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0B031C (or 0x0B031C) is known color: Blackcurrant. HEX triplet: 0B, 03 and 1C. RGB value is (11,3,28). Sum of RGB (Red+Green+Blue) = 11+3+28=42 (5% of max value = 765). Red value is 11 (4.69% from 255 or 26.19% from 42); Green value is 3 (1.56% from 255 or 7.14% from 42); Blue value is 28 (11.33% from 255 or 66.67% from 42); Max value from RGB is 28 - color contains mainly: blue. Hex color #0B031C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B031C is #F4FCE3. Grayscale: #080808. Windows color (decimal): -16055524 or 1835787. OLE color: 1835787.

HSL color Cylindrical-coordinate representation of color #0B031C: hue angle of 259.2º degrees, saturation: 0.81, 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 #0B031C is Cyan = 0.61, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 11 3 28 -
CMYK 0.61 0.89 0 0.89
HSL 259.2º 0.81% 0.06% -
HSV(B) 259.2º 0.89% 0.11% -
XYZ 0.38 0.22 1.12 -
YUV 8.24 139.15 129.97 -
System Red Green Blue C M Y K H S L
Decimal 11 3 28 0.61 0.89 0 0.89 259.2 0.81 0.06
Hex B 3 1C 3D 59 0 59 103 51 6
Octal 13 3 34 75 131 0 131 403 121 6
Binary 1011 11 11100 111101 1011001 0 1011001 100000011 1010001 110

Color Harmonies of #0B031C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B031C

Black with #0B031C

Text Example


Text Example

White with #0B031C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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