Html Css Color HEX #0C092E Black Russian

📋 copy color: '#0C092E'

red 12 ◦ green 9 ◦ blue 46

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

Shades of Black Russian #0C092E

Tints of Black Russian #0C092E

RGB

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

 GREEN value IS 9 (3.91% from 255) = 13.43%

 BLUE value IS 46 (18.36% from 255) = 68.66%

R = 17.91%
G = 13.43%
B = 68.66%

CMYK

 C value IS 0.74

 M value IS 0.80

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#0C092E (or 0x0C092E) is known color: Black Russian. HEX triplet: 0C, 09 and 2E. RGB value is (12,9,46). Sum of RGB (Red+Green+Blue) = 12+9+46=67 (8% of max value = 765). Red value is 12 (5.08% from 255 or 17.91% from 67); Green value is 9 (3.91% from 255 or 13.43% from 67); Blue value is 46 (18.36% from 255 or 68.66% from 67); Max value from RGB is 46 - color contains mainly: blue. Hex color #0C092E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C092E is #F3F6D1. Grayscale: #0D0D0D. Windows color (decimal): -15988434 or 3016972. OLE color: 3016972.

HSL color Cylindrical-coordinate representation of color #0C092E: hue angle of 244.86º degrees, saturation: 0.67, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C092E is Cyan = 0.74, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 12 9 46 -
CMYK 0.74 0.80 0 0.82
HSL 244.86º 0.67% 0.11% -
HSV(B) 244.86º 0.8% 0.18% -
XYZ 0.74 0.47 2.64 -
YUV 14.12 145.99 126.49 -
System Red Green Blue C M Y K H S L
Decimal 12 9 46 0.74 0.80 0 0.82 244.86 0.67 0.11
Hex C 9 2E 4A 50 0 52 F5 43 B
Octal 14 11 56 112 120 0 122 365 103 13
Binary 1100 1001 101110 1001010 1010000 0 1010010 11110101 1000011 1011

Color Harmonies of #0C092E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C092E

Black with #0C092E

Text Example


Text Example

White with #0C092E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,9,46); }

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

background-color css

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

 a { background-color: rgb(12,9,46); }

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

border-color css

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

 span { border-color: rgb(12,9,46); }

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