Html Css Color HEX #05252E Black Pearl

📋 copy color: '#05252E'

red 5 ◦ green 37 ◦ blue 46

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

Shades of Black Pearl #05252E

Tints of Black Pearl #05252E

RGB

 RED value IS 5 (2.34% from 255) = 5.68%

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

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

R = 5.68%
G = 42.05%
B = 52.27%

CMYK

 C value IS 0.89

 M value IS 0.20

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#05252E (or 0x05252E) is known color: Black Pearl. HEX triplet: 05, 25 and 2E. RGB value is (5,37,46). Sum of RGB (Red+Green+Blue) = 5+37+46=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #05252E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252E is #FADAD1. Grayscale: #1C1C1C. Windows color (decimal): -16440018 or 3024133. OLE color: 3024133.

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

Color convert

RGB 5 37 46 -
CMYK 0.89 0.20 0 0.82
HSL 193.17º 0.8% 0.1% -
HSV(B) 193.17º 0.89% 0.18% -
XYZ 1.22 1.55 2.82 -
YUV 28.46 137.9 111.27 -
System Red Green Blue C M Y K H S L
Decimal 5 37 46 0.89 0.20 0 0.82 193.17 0.8 0.1
Hex 5 25 2E 59 14 0 52 C1 50 A
Octal 5 45 56 131 24 0 122 301 120 12
Binary 101 100101 101110 1011001 10100 0 1010010 11000001 1010000 1010

Color Harmonies of #05252E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05252E

Black with #05252E

Text Example


Text Example

White with #05252E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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