Html Css Color HEX #0D002A Blackcurrant

📋 copy color: '#0D002A'

red 13 ◦ green 0 ◦ blue 42

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

Shades of Blackcurrant #0D002A

Tints of Blackcurrant #0D002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 76.36%

R = 23.64%
G = 0%
B = 76.36%

CMYK

 C value IS 0.69

 M value IS 1

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#0D002A (or 0x0D002A) is known color: Blackcurrant. HEX triplet: 0D, 00 and 2A. RGB value is (13,0,42). Sum of RGB (Red+Green+Blue) = 13+0+42=55 (7% of max value = 765). Red value is 13 (5.47% from 255 or 23.64% from 55); Green value is 0 (0.39% from 255 or 0% from 55); Blue value is 42 (16.80% from 255 or 76.36% from 55); Max value from RGB is 42 - color contains mainly: blue. Hex color #0D002A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0D002A is #F2FFD5. Grayscale: #080808. Windows color (decimal): -15925206 or 2752525. OLE color: 2752525.

HSL color Cylindrical-coordinate representation of color #0D002A: hue angle of 258.57º degrees, saturation: 1, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0D002A is Cyan = 0.69, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 13 0 42 -
CMYK 0.69 1 0 0.84
HSL 258.57º 1% 0.08% -
HSV(B) 258.57º 1% 0.16% -
XYZ 0.58 0.25 2.21 -
YUV 8.68 146.81 131.08 -
System Red Green Blue C M Y K H S L
Decimal 13 0 42 0.69 1 0 0.84 258.57 1 0.08
Hex D 0 2A 45 64 0 54 103 64 8
Octal 15 0 52 105 144 0 124 403 144 10
Binary 1101 0 101010 1000101 1100100 0 1010100 100000011 1100100 1000

Color Harmonies of #0D002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D002A

Black with #0D002A

Text Example


Text Example

White with #0D002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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