Html Css Color HEX #0C0710 Blackcurrant

📋 copy color: '#0C0710'

red 12 ◦ green 7 ◦ blue 16

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

Shades of Blackcurrant #0C0710

Tints of Blackcurrant #0C0710

RGB

 RED value IS 12 (5.08% from 255) = 34.29%

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

 BLUE value IS 16 (6.64% from 255) = 45.71%

R = 34.29%
G = 20%
B = 45.71%

CMYK

 C value IS 0.25

 M value IS 0.56

 Y value IS 0

 K value IS 0.94

RGB Variations

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

Color information

#0C0710 (or 0x0C0710) is known color: Blackcurrant. HEX triplet: 0C, 07 and 10. RGB value is (12,7,16). Sum of RGB (Red+Green+Blue) = 12+7+16=35 (4% of max value = 765). Red value is 12 (5.08% from 255 or 34.29% from 35); Green value is 7 (3.12% from 255 or 20% from 35); Blue value is 16 (6.64% from 255 or 45.71% from 35); Max value from RGB is 16 - color contains mainly: blue. Hex color #0C0710 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0710 is #F3F8EF. Grayscale: #090909. Windows color (decimal): -15988976 or 1050380. OLE color: 1050380.

HSL color Cylindrical-coordinate representation of color #0C0710: hue angle of 273.33º degrees, saturation: 0.39, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0C0710 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.94.

Color convert

RGB 12 7 16 -
CMYK 0.25 0.56 0 0.94
HSL 273.33º 0.39% 0.05% -
HSV(B) 273.33º 0.56% 0.06% -
XYZ 0.32 0.27 0.52 -
YUV 9.52 131.66 129.77 -
System Red Green Blue C M Y K H S L
Decimal 12 7 16 0.25 0.56 0 0.94 273.33 0.39 0.05
Hex C 7 10 19 38 0 5E 111 27 5
Octal 14 7 20 31 70 0 136 421 47 5
Binary 1100 111 10000 11001 111000 0 1011110 100010001 100111 101

Color Harmonies of #0C0710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0710

Black with #0C0710

Text Example


Text Example

White with #0C0710

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,7,16); }

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

background-color css

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

 a { background-color: rgb(12,7,16); }

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

border-color css

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

 span { border-color: rgb(12,7,16); }

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