Html Css Color HEX #0C0715 Blackcurrant

📋 copy color: '#0C0715'

red 12 ◦ green 7 ◦ blue 21

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

Shades of Blackcurrant #0C0715

Tints of Blackcurrant #0C0715

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 52.5%

R = 30%
G = 17.5%
B = 52.5%

CMYK

 C value IS 0.43

 M value IS 0.67

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0715 (or 0x0C0715) is known color: Blackcurrant. HEX triplet: 0C, 07 and 15. RGB value is (12,7,21). Sum of RGB (Red+Green+Blue) = 12+7+21=40 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30% from 40); Green value is 7 (3.12% from 255 or 17.5% from 40); Blue value is 21 (8.59% from 255 or 52.5% from 40); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0715 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0715 is #F3F8EA. Grayscale: #0A0A0A. Windows color (decimal): -15988971 or 1378060. OLE color: 1378060.

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

Color convert

RGB 12 7 21 -
CMYK 0.43 0.67 0 0.92
HSL 261.43º 0.5% 0.05% -
HSV(B) 261.43º 0.67% 0.08% -
XYZ 0.36 0.28 0.75 -
YUV 10.09 134.16 129.36 -
System Red Green Blue C M Y K H S L
Decimal 12 7 21 0.43 0.67 0 0.92 261.43 0.5 0.05
Hex C 7 15 2B 43 0 5C 105 32 5
Octal 14 7 25 53 103 0 134 405 62 5
Binary 1100 111 10101 101011 1000011 0 1011100 100000101 110010 101

Color Harmonies of #0C0715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0715

Black with #0C0715

Text Example


Text Example

White with #0C0715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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