Html Css Color HEX #0D001E Blackcurrant

📋 copy color: '#0D001E'

red 13 ◦ green 0 ◦ blue 30

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

Shades of Blackcurrant #0D001E

Tints of Blackcurrant #0D001E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 69.77%

R = 30.23%
G = 0%
B = 69.77%

CMYK

 C value IS 0.57

 M value IS 1

 Y value IS 0

 K value IS 0.88

RGB Variations

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

Color information

#0D001E (or 0x0D001E) is known color: Blackcurrant. HEX triplet: 0D, 00 and 1E. RGB value is (13,0,30). Sum of RGB (Red+Green+Blue) = 13+0+30=43 (5% of max value = 765). Red value is 13 (5.47% from 255 or 30.23% from 43); Green value is 0 (0.39% from 255 or 0% from 43); Blue value is 30 (12.11% from 255 or 69.77% from 43); Max value from RGB is 30 - color contains mainly: blue. Hex color #0D001E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D001E is #F2FFE1. Grayscale: #070707. Windows color (decimal): -15925218 or 1966093. OLE color: 1966093.

HSL color Cylindrical-coordinate representation of color #0D001E: hue angle of 266º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D001E is Cyan = 0.57, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.88.

Color convert

RGB 13 0 30 -
CMYK 0.57 1 0 0.88
HSL 266º 1% 0.06% -
HSV(B) 266º 1% 0.12% -
XYZ 0.4 0.18 1.24 -
YUV 7.31 140.81 132.06 -
System Red Green Blue C M Y K H S L
Decimal 13 0 30 0.57 1 0 0.88 266 1 0.06
Hex D 0 1E 39 64 0 58 10A 64 6
Octal 15 0 36 71 144 0 130 412 144 6
Binary 1101 0 11110 111001 1100100 0 1011000 100001010 1100100 110

Color Harmonies of #0D001E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D001E

Black with #0D001E

Text Example


Text Example

White with #0D001E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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