Html Css Color HEX #0D002F Blackcurrant

📋 copy color: '#0D002F'

red 13 ◦ green 0 ◦ blue 47

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

Shades of Blackcurrant #0D002F

Tints of Blackcurrant #0D002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 78.33%

R = 21.67%
G = 0%
B = 78.33%

CMYK

 C value IS 0.72

 M value IS 1

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0D002F (or 0x0D002F) is known color: Blackcurrant. HEX triplet: 0D, 00 and 2F. RGB value is (13,0,47). Sum of RGB (Red+Green+Blue) = 13+0+47=60 (7% of max value = 765). Red value is 13 (5.47% from 255 or 21.67% from 60); Green value is 0 (0.39% from 255 or 0% from 60); Blue value is 47 (18.75% from 255 or 78.33% from 60); Max value from RGB is 47 - color contains mainly: blue. Hex color #0D002F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D002F is #F2FFD0. Grayscale: #090909. Windows color (decimal): -15925201 or 3080205. OLE color: 3080205.

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

Color convert

RGB 13 0 47 -
CMYK 0.72 1 0 0.82
HSL 256.6º 1% 0.09% -
HSV(B) 256.6º 1% 0.18% -
XYZ 0.68 0.29 2.71 -
YUV 9.25 149.31 130.68 -
System Red Green Blue C M Y K H S L
Decimal 13 0 47 0.72 1 0 0.82 256.6 1 0.09
Hex D 0 2F 48 64 0 52 101 64 9
Octal 15 0 57 110 144 0 122 401 144 11
Binary 1101 0 101111 1001000 1100100 0 1010010 100000001 1100100 1001

Color Harmonies of #0D002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D002F

Black with #0D002F

Text Example


Text Example

White with #0D002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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