Html Css Color HEX #040C25 Black Russian

📋 copy color: '#040C25'

red 4 ◦ green 12 ◦ blue 37

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

Shades of Black Russian #040C25

Tints of Black Russian #040C25

RGB

 RED value IS 4 (1.95% from 255) = 7.55%

 GREEN value IS 12 (5.08% from 255) = 22.64%

 BLUE value IS 37 (14.84% from 255) = 69.81%

R = 7.55%
G = 22.64%
B = 69.81%

CMYK

 C value IS 0.89

 M value IS 0.68

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#040C25 (or 0x040C25) is known color: Black Russian. HEX triplet: 04, 0C and 25. RGB value is (4,12,37). Sum of RGB (Red+Green+Blue) = 4+12+37=53 (7% of max value = 765). Red value is 4 (1.95% from 255 or 7.55% from 53); Green value is 12 (5.08% from 255 or 22.64% from 53); Blue value is 37 (14.84% from 255 or 69.81% from 53); Max value from RGB is 37 - color contains mainly: blue. Hex color #040C25 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #040C25 is #FBF3DA. Grayscale: #0C0C0C. Windows color (decimal): -16511963 or 2427908. OLE color: 2427908.

HSL color Cylindrical-coordinate representation of color #040C25: hue angle of 225.45º degrees, saturation: 0.8, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #040C25 is Cyan = 0.89, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 12 37 -
CMYK 0.89 0.68 0 0.85
HSL 225.45º 0.8% 0.08% -
HSV(B) 225.45º 0.89% 0.15% -
XYZ 0.52 0.42 1.8 -
YUV 12.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 4 12 37 0.89 0.68 0 0.85 225.45 0.8 0.08
Hex 4 C 25 59 44 0 55 E1 50 8
Octal 4 14 45 131 104 0 125 341 120 10
Binary 100 1100 100101 1011001 1000100 0 1010101 11100001 1010000 1000

Color Harmonies of #040C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #040C25

Black with #040C25

Text Example


Text Example

White with #040C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #040C25; }

 p { color: rgb(4,12,37); }

 H1.HeaderClassName
 {
   color: #040C25;
 }
 .AnyTagClassName
 {
   color: #040C25;
 }
</style>

background-color css

<style>
 a { background-color: #040C25; }

 a { background-color: rgb(4,12,37); }

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

border-color css

<style>
 span { border-color: #040C25; }

 span { border-color: rgb(4,12,37); }

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