Html Css Color HEX #04252E Black Pearl

📋 copy color: '#04252E'

red 4 ◦ green 37 ◦ blue 46

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

Shades of Black Pearl #04252E

Tints of Black Pearl #04252E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 42.53%

 BLUE value IS 46 (18.36% from 255) = 52.87%

R = 4.6%
G = 42.53%
B = 52.87%

CMYK

 C value IS 0.91

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#04252E (or 0x04252E) is known color: Black Pearl. HEX triplet: 04, 25 and 2E. RGB value is (4,37,46). Sum of RGB (Red+Green+Blue) = 4+37+46=87 (11% of max value = 765). Red value is 4 (1.95% from 255 or 4.60% from 87); Green value is 37 (14.84% from 255 or 42.53% from 87); Blue value is 46 (18.36% from 255 or 52.87% from 87); Max value from RGB is 46 - color contains mainly: blue. Hex color #04252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04252E is #FBDAD1. Grayscale: #1C1C1C. Windows color (decimal): -16505554 or 3024132. OLE color: 3024132.

HSL color Cylindrical-coordinate representation of color #04252E: hue angle of 192.86º degrees, saturation: 0.84, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #04252E is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 4 37 46 -
CMYK 0.91 0.20 0 0.82
HSL 192.86º 0.84% 0.1% -
HSV(B) 192.86º 0.91% 0.18% -
XYZ 1.2 1.55 2.82 -
YUV 28.16 138.07 110.77 -
System Red Green Blue C M Y K H S L
Decimal 4 37 46 0.91 0.20 0 0.82 192.86 0.84 0.1
Hex 4 25 2E 5B 14 0 52 C1 54 A
Octal 4 45 56 133 24 0 122 301 124 12
Binary 100 100101 101110 1011011 10100 0 1010010 11000001 1010100 1010

Color Harmonies of #04252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04252E

Black with #04252E

Text Example


Text Example

White with #04252E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04252E; }

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

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

background-color css

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

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

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

border-color css

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

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

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