Html Css Color HEX #0D002C Blackcurrant

📋 copy color: '#0D002C'

red 13 ◦ green 0 ◦ blue 44

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

Shades of Blackcurrant #0D002C

Tints of Blackcurrant #0D002C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 77.19%

R = 22.81%
G = 0%
B = 77.19%

CMYK

 C value IS 0.70

 M value IS 1

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0D002C (or 0x0D002C) is known color: Blackcurrant. HEX triplet: 0D, 00 and 2C. RGB value is (13,0,44). Sum of RGB (Red+Green+Blue) = 13+0+44=57 (7% of max value = 765). Red value is 13 (5.47% from 255 or 22.81% from 57); Green value is 0 (0.39% from 255 or 0% from 57); Blue value is 44 (17.58% from 255 or 77.19% from 57); Max value from RGB is 44 - color contains mainly: blue. Hex color #0D002C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D002C is #F2FFD3. Grayscale: #080808. Windows color (decimal): -15925204 or 2883597. OLE color: 2883597.

HSL color Cylindrical-coordinate representation of color #0D002C: hue angle of 257.73º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D002C is Cyan = 0.70, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 13 0 44 -
CMYK 0.70 1 0 0.83
HSL 257.73º 1% 0.09% -
HSV(B) 257.73º 1% 0.17% -
XYZ 0.62 0.27 2.4 -
YUV 8.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 13 0 44 0.70 1 0 0.83 257.73 1 0.09
Hex D 0 2C 46 64 0 53 102 64 9
Octal 15 0 54 106 144 0 123 402 144 11
Binary 1101 0 101100 1000110 1100100 0 1010011 100000010 1100100 1001

Color Harmonies of #0D002C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D002C

Black with #0D002C

Text Example


Text Example

White with #0D002C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,0,44); }

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

background-color css

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

 a { background-color: rgb(13,0,44); }

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

border-color css

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

 span { border-color: rgb(13,0,44); }

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