Html Css Color HEX #041425 Black Pearl

📋 copy color: '#041425'

red 4 ◦ green 20 ◦ blue 37

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

Shades of Black Pearl #041425

Tints of Black Pearl #041425

RGB

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

 GREEN value IS 20 (8.2% from 255) = 32.79%

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

R = 6.56%
G = 32.79%
B = 60.66%

CMYK

 C value IS 0.89

 M value IS 0.46

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#041425 (or 0x041425) is known color: Black Pearl. HEX triplet: 04, 14 and 25. RGB value is (4,20,37). Sum of RGB (Red+Green+Blue) = 4+20+37=61 (8% of max value = 765). Red value is 4 (1.95% from 255 or 6.56% from 61); Green value is 20 (8.20% from 255 or 32.79% from 61); Blue value is 37 (14.84% from 255 or 60.66% from 61); Max value from RGB is 37 - color contains mainly: blue. Hex color #041425 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041425 is #FBEBDA. Grayscale: #111111. Windows color (decimal): -16509915 or 2429956. OLE color: 2429956.

HSL color Cylindrical-coordinate representation of color #041425: hue angle of 210.91º 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 #041425 is Cyan = 0.89, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 4 20 37 -
CMYK 0.89 0.46 0 0.85
HSL 210.91º 0.8% 0.08% -
HSV(B) 210.91º 0.89% 0.15% -
XYZ 0.63 0.66 1.84 -
YUV 17.15 139.2 118.62 -
System Red Green Blue C M Y K H S L
Decimal 4 20 37 0.89 0.46 0 0.85 210.91 0.8 0.08
Hex 4 14 25 59 2E 0 55 D3 50 8
Octal 4 24 45 131 56 0 125 323 120 10
Binary 100 10100 100101 1011001 101110 0 1010101 11010011 1010000 1000

Color Harmonies of #041425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041425

Black with #041425

Text Example


Text Example

White with #041425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041425; }

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

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

background-color css

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

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

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

border-color css

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

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

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