Html Css Color HEX #0C0626 Black Russian

📋 copy color: '#0C0626'

red 12 ◦ green 6 ◦ blue 38

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

Shades of Black Russian #0C0626

Tints of Black Russian #0C0626

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 67.86%

R = 21.43%
G = 10.71%
B = 67.86%

CMYK

 C value IS 0.68

 M value IS 0.84

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#0C0626 (or 0x0C0626) is known color: Black Russian. HEX triplet: 0C, 06 and 26. RGB value is (12,6,38). Sum of RGB (Red+Green+Blue) = 12+6+38=56 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.43% from 56); Green value is 6 (2.73% from 255 or 10.71% from 56); Blue value is 38 (15.23% from 255 or 67.86% from 56); Max value from RGB is 38 - color contains mainly: blue. Hex color #0C0626 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0626 is #F3F9D9. Grayscale: #0B0B0B. Windows color (decimal): -15989210 or 2491916. OLE color: 2491916.

HSL color Cylindrical-coordinate representation of color #0C0626: hue angle of 251.25º degrees, saturation: 0.73, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C0626 is Cyan = 0.68, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 12 6 38 -
CMYK 0.68 0.84 0 0.85
HSL 251.25º 0.73% 0.09% -
HSV(B) 251.25º 0.84% 0.15% -
XYZ 0.57 0.35 1.87 -
YUV 11.44 142.99 128.4 -
System Red Green Blue C M Y K H S L
Decimal 12 6 38 0.68 0.84 0 0.85 251.25 0.73 0.09
Hex C 6 26 44 54 0 55 FB 49 9
Octal 14 6 46 104 124 0 125 373 111 11
Binary 1100 110 100110 1000100 1010100 0 1010101 11111011 1001001 1001

Color Harmonies of #0C0626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0626

Black with #0C0626

Text Example


Text Example

White with #0C0626

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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