Html Css Color HEX #0D031B Blackcurrant

📋 copy color: '#0D031B'

red 13 ◦ green 3 ◦ blue 27

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

Shades of Blackcurrant #0D031B

Tints of Blackcurrant #0D031B

RGB

 RED value IS 13 (5.47% from 255) = 30.23%

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

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

R = 30.23%
G = 6.98%
B = 62.79%

CMYK

 C value IS 0.52

 M value IS 0.89

 Y value IS 0

 K value IS 0.89

RGB Variations

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

Color information

#0D031B (or 0x0D031B) is known color: Blackcurrant. HEX triplet: 0D, 03 and 1B. RGB value is (13,3,27). Sum of RGB (Red+Green+Blue) = 13+3+27=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 3 (1.56% from 255 or 6.98% from 43); Blue value is 27 (10.94% from 255 or 62.79% from 43); Max value from RGB is 27 - color contains mainly: blue. Hex color #0D031B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D031B is #F2FCE4. Grayscale: #080808. Windows color (decimal): -15924453 or 1770253. OLE color: 1770253.

HSL color Cylindrical-coordinate representation of color #0D031B: hue angle of 265º 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 #0D031B is Cyan = 0.52, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.89.

Color convert

RGB 13 3 27 -
CMYK 0.52 0.89 0 0.89
HSL 265º 0.8% 0.06% -
HSV(B) 265º 0.89% 0.11% -
XYZ 0.4 0.23 1.06 -
YUV 8.73 138.31 131.05 -
System Red Green Blue C M Y K H S L
Decimal 13 3 27 0.52 0.89 0 0.89 265 0.8 0.06
Hex D 3 1B 34 59 0 59 109 50 6
Octal 15 3 33 64 131 0 131 411 120 6
Binary 1101 11 11011 110100 1011001 0 1011001 100001001 1010000 110

Color Harmonies of #0D031B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D031B

Black with #0D031B

Text Example


Text Example

White with #0D031B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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