Html Css Color HEX #0C1030 Black Russian

📋 copy color: '#0C1030'

red 12 ◦ green 16 ◦ blue 48

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

Shades of Black Russian #0C1030

Tints of Black Russian #0C1030

RGB

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

 GREEN value IS 16 (6.64% from 255) = 21.05%

 BLUE value IS 48 (19.14% from 255) = 63.16%

R = 15.79%
G = 21.05%
B = 63.16%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#0C1030 (or 0x0C1030) is known color: Black Russian. HEX triplet: 0C, 10 and 30. RGB value is (12,16,48). Sum of RGB (Red+Green+Blue) = 12+16+48=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 16 (6.64% from 255 or 21.05% from 76); Blue value is 48 (19.14% from 255 or 63.16% from 76); Max value from RGB is 48 - color contains mainly: blue. Hex color #0C1030 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C1030 is #F3EFCF. Grayscale: #121212. Windows color (decimal): -15986640 or 3149836. OLE color: 3149836.

HSL color Cylindrical-coordinate representation of color #0C1030: hue angle of 233.33º degrees, saturation: 0.6, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0C1030 is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 12 16 48 -
CMYK 0.75 0.67 0 0.81
HSL 233.33º 0.6% 0.12% -
HSV(B) 233.33º 0.75% 0.19% -
XYZ 0.87 0.66 2.88 -
YUV 18.45 144.67 123.4 -
System Red Green Blue C M Y K H S L
Decimal 12 16 48 0.75 0.67 0 0.81 233.33 0.6 0.12
Hex C 10 30 4B 43 0 51 E9 3C C
Octal 14 20 60 113 103 0 121 351 74 14
Binary 1100 10000 110000 1001011 1000011 0 1010001 11101001 111100 1100

Color Harmonies of #0C1030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C1030

Black with #0C1030

Text Example


Text Example

White with #0C1030

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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