Html Css Color HEX #0C0615 Blackcurrant

📋 copy color: '#0C0615'

red 12 ◦ green 6 ◦ blue 21

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

Shades of Blackcurrant #0C0615

Tints of Blackcurrant #0C0615

RGB

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

 GREEN value IS 6 (2.73% from 255) = 15.38%

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

R = 30.77%
G = 15.38%
B = 53.85%

CMYK

 C value IS 0.43

 M value IS 0.71

 Y value IS 0

 K value IS 0.92

RGB Variations

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

Color information

#0C0615 (or 0x0C0615) is known color: Blackcurrant. HEX triplet: 0C, 06 and 15. RGB value is (12,6,21). Sum of RGB (Red+Green+Blue) = 12+6+21=39 (5% of max value = 765). Red value is 12 (5.08% from 255 or 30.77% from 39); Green value is 6 (2.73% from 255 or 15.38% from 39); Blue value is 21 (8.59% from 255 or 53.85% from 39); Max value from RGB is 21 - color contains mainly: blue. Hex color #0C0615 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C0615 is #F3F9EA. Grayscale: #090909. Windows color (decimal): -15989227 or 1377804. OLE color: 1377804.

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

Color convert

RGB 12 6 21 -
CMYK 0.43 0.71 0 0.92
HSL 264º 0.56% 0.05% -
HSV(B) 264º 0.71% 0.08% -
XYZ 0.35 0.26 0.74 -
YUV 9.5 134.49 129.78 -
System Red Green Blue C M Y K H S L
Decimal 12 6 21 0.43 0.71 0 0.92 264 0.56 0.05
Hex C 6 15 2B 47 0 5C 108 38 5
Octal 14 6 25 53 107 0 134 410 70 5
Binary 1100 110 10101 101011 1000111 0 1011100 100001000 111000 101

Color Harmonies of #0C0615

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0615

Black with #0C0615

Text Example


Text Example

White with #0C0615

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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