Html Css Color HEX #041125 Black Pearl

📋 copy color: '#041125'

red 4 ◦ green 17 ◦ blue 37

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

Shades of Black Pearl #041125

Tints of Black Pearl #041125

RGB

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

 GREEN value IS 17 (7.03% from 255) = 29.31%

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

R = 6.9%
G = 29.31%
B = 63.79%

CMYK

 C value IS 0.89

 M value IS 0.54

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#041125 (or 0x041125) is known color: Black Pearl. HEX triplet: 04, 11 and 25. RGB value is (4,17,37). Sum of RGB (Red+Green+Blue) = 4+17+37=58 (7% of max value = 765). Red value is 4 (1.95% from 255 or 6.90% from 58); Green value is 17 (7.03% from 255 or 29.31% from 58); Blue value is 37 (14.84% from 255 or 63.79% from 58); Max value from RGB is 37 - color contains mainly: blue. Hex color #041125 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #041125 is #FBEEDA. Grayscale: #0F0F0F. Windows color (decimal): -16510683 or 2429188. OLE color: 2429188.

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

Color convert

RGB 4 17 37 -
CMYK 0.89 0.54 0 0.85
HSL 216.36º 0.8% 0.08% -
HSV(B) 216.36º 0.89% 0.15% -
XYZ 0.58 0.56 1.83 -
YUV 15.39 140.19 119.87 -
System Red Green Blue C M Y K H S L
Decimal 4 17 37 0.89 0.54 0 0.85 216.36 0.8 0.08
Hex 4 11 25 59 36 0 55 D8 50 8
Octal 4 21 45 131 66 0 125 330 120 10
Binary 100 10001 100101 1011001 110110 0 1010101 11011000 1010000 1000

Color Harmonies of #041125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #041125

Black with #041125

Text Example


Text Example

White with #041125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #041125; }

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

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

background-color css

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

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

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

border-color css

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

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

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