Html Css Color HEX #0B031A Blackcurrant

📋 copy color: '#0B031A'

red 11 ◦ green 3 ◦ blue 26

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

Shades of Blackcurrant #0B031A

Tints of Blackcurrant #0B031A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 65%

R = 27.5%
G = 7.5%
B = 65%

CMYK

 C value IS 0.58

 M value IS 0.88

 Y value IS 0

 K value IS 0.90

RGB Variations

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

Color information

#0B031A (or 0x0B031A) is known color: Blackcurrant. HEX triplet: 0B, 03 and 1A. RGB value is (11,3,26). Sum of RGB (Red+Green+Blue) = 11+3+26=40 (5% of max value = 765). Red value is 11 (4.69% from 255 or 27.5% from 40); Green value is 3 (1.56% from 255 or 7.5% from 40); Blue value is 26 (10.55% from 255 or 65% from 40); Max value from RGB is 26 - color contains mainly: blue. Hex color #0B031A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B031A is #F4FCE5. Grayscale: #070707. Windows color (decimal): -16055526 or 1704715. OLE color: 1704715.

HSL color Cylindrical-coordinate representation of color #0B031A: hue angle of 260.87º degrees, saturation: 0.79, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0B031A is Cyan = 0.58, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.90.

Color convert

RGB 11 3 26 -
CMYK 0.58 0.88 0 0.90
HSL 260.87º 0.79% 0.06% -
HSV(B) 260.87º 0.88% 0.1% -
XYZ 0.36 0.21 1 -
YUV 8.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 11 3 26 0.58 0.88 0 0.90 260.87 0.79 0.06
Hex B 3 1A 3A 58 0 5A 105 4F 6
Octal 13 3 32 72 130 0 132 405 117 6
Binary 1011 11 11010 111010 1011000 0 1011010 100000101 1001111 110

Color Harmonies of #0B031A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B031A

Black with #0B031A

Text Example


Text Example

White with #0B031A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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