Html Css Color HEX #0D0712 Blackcurrant

📋 copy color: '#0D0712'

red 13 ◦ green 7 ◦ blue 18

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

Shades of Blackcurrant #0D0712

Tints of Blackcurrant #0D0712

RGB

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

 GREEN value IS 7 (3.13% from 255) = 18.42%

 BLUE value IS 18 (7.42% from 255) = 47.37%

R = 34.21%
G = 18.42%
B = 47.37%

CMYK

 C value IS 0.28

 M value IS 0.61

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#0D0712 (or 0x0D0712) is known color: Blackcurrant. HEX triplet: 0D, 07 and 12. RGB value is (13,7,18). Sum of RGB (Red+Green+Blue) = 13+7+18=38 (5% of max value = 765). Red value is 13 (5.47% from 255 or 34.21% from 38); Green value is 7 (3.12% from 255 or 18.42% from 38); Blue value is 18 (7.42% from 255 or 47.37% from 38); Max value from RGB is 18 - color contains mainly: blue. Hex color #0D0712 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D0712 is #F2F8ED. Grayscale: #0A0A0A. Windows color (decimal): -15923438 or 1181453. OLE color: 1181453.

HSL color Cylindrical-coordinate representation of color #0D0712: hue angle of 272.73º degrees, saturation: 0.44, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0D0712 is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 13 7 18 -
CMYK 0.28 0.61 0 0.93
HSL 272.73º 0.44% 0.05% -
HSV(B) 272.73º 0.61% 0.07% -
XYZ 0.35 0.28 0.61 -
YUV 10.05 132.49 130.11 -
System Red Green Blue C M Y K H S L
Decimal 13 7 18 0.28 0.61 0 0.93 272.73 0.44 0.05
Hex D 7 12 1C 3D 0 5D 111 2C 5
Octal 15 7 22 34 75 0 135 421 54 5
Binary 1101 111 10010 11100 111101 0 1011101 100010001 101100 101

Color Harmonies of #0D0712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0712

Black with #0D0712

Text Example


Text Example

White with #0D0712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,7,18); }

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

background-color css

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

 a { background-color: rgb(13,7,18); }

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

border-color css

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

 span { border-color: rgb(13,7,18); }

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