Html Css Color HEX #0D0314 Blackcurrant

📋 copy color: '#0D0314'

red 13 ◦ green 3 ◦ blue 20

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

Shades of Blackcurrant #0D0314

Tints of Blackcurrant #0D0314

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 55.56%

R = 36.11%
G = 8.33%
B = 55.56%

CMYK

 C value IS 0.35

 M value IS 0.85

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0D0314 (or 0x0D0314) is known color: Blackcurrant. HEX triplet: 0D, 03 and 14. RGB value is (13,3,20). Sum of RGB (Red+Green+Blue) = 13+3+20=36 (4% of max value = 765). Red value is 13 (5.47% from 255 or 36.11% from 36); Green value is 3 (1.56% from 255 or 8.33% from 36); Blue value is 20 (8.20% from 255 or 55.56% from 36); Max value from RGB is 20 - color contains mainly: blue. Hex color #0D0314 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0314 is #F2FCEB. Grayscale: #070707. Windows color (decimal): -15924460 or 1311501. OLE color: 1311501.

HSL color Cylindrical-coordinate representation of color #0D0314: hue angle of 275.29º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D0314 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.92.

Color convert

RGB 13 3 20 -
CMYK 0.35 0.85 0 0.92
HSL 275.29º 0.74% 0.05% -
HSV(B) 275.29º 0.85% 0.08% -
XYZ 0.32 0.2 0.68 -
YUV 7.93 134.81 131.62 -
System Red Green Blue C M Y K H S L
Decimal 13 3 20 0.35 0.85 0 0.92 275.29 0.74 0.05
Hex D 3 14 23 55 0 5C 113 4A 5
Octal 15 3 24 43 125 0 134 423 112 5
Binary 1101 11 10100 100011 1010101 0 1011100 100010011 1001010 101

Color Harmonies of #0D0314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0314

Black with #0D0314

Text Example


Text Example

White with #0D0314

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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