Html Css Color HEX #0C0F2B Black Russian

📋 copy color: '#0C0F2B'

red 12 ◦ green 15 ◦ blue 43

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

Shades of Black Russian #0C0F2B

Tints of Black Russian #0C0F2B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 21.43%

 BLUE value IS 43 (17.19% from 255) = 61.43%

R = 17.14%
G = 21.43%
B = 61.43%

CMYK

 C value IS 0.72

 M value IS 0.65

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#0C0F2B (or 0x0C0F2B) is known color: Black Russian. HEX triplet: 0C, 0F and 2B. RGB value is (12,15,43). Sum of RGB (Red+Green+Blue) = 12+15+43=70 (9% of max value = 765). Red value is 12 (5.08% from 255 or 17.14% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 43 (17.19% from 255 or 61.43% from 70); Max value from RGB is 43 - color contains mainly: blue. Hex color #0C0F2B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0C0F2B is #F3F0D4. Grayscale: #111111. Windows color (decimal): -15986901 or 2821900. OLE color: 2821900.

HSL color Cylindrical-coordinate representation of color #0C0F2B: hue angle of 234.19º degrees, saturation: 0.56, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0C0F2B is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB 12 15 43 -
CMYK 0.72 0.65 0 0.83
HSL 234.19º 0.56% 0.11% -
HSV(B) 234.19º 0.72% 0.17% -
XYZ 0.76 0.59 2.36 -
YUV 17.3 142.51 124.22 -
System Red Green Blue C M Y K H S L
Decimal 12 15 43 0.72 0.65 0 0.83 234.19 0.56 0.11
Hex C F 2B 48 41 0 53 EA 38 B
Octal 14 17 53 110 101 0 123 352 70 13
Binary 1100 1111 101011 1001000 1000001 0 1010011 11101010 111000 1011

Color Harmonies of #0C0F2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C0F2B

Black with #0C0F2B

Text Example


Text Example

White with #0C0F2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,15,43); }

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

background-color css

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

 a { background-color: rgb(12,15,43); }

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

border-color css

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

 span { border-color: rgb(12,15,43); }

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