Html Css Color HEX #05252A Black Pearl

📋 copy color: '#05252A'

red 5 ◦ green 37 ◦ blue 42

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

Shades of Black Pearl #05252A

Tints of Black Pearl #05252A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 50%

R = 5.95%
G = 44.05%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#05252A (or 0x05252A) is known color: Black Pearl. HEX triplet: 05, 25 and 2A. RGB value is (5,37,42). Sum of RGB (Red+Green+Blue) = 5+37+42=84 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.95% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 42 (16.80% from 255 or 50% from 84); Max value from RGB is 42 - color contains mainly: blue. Hex color #05252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05252A is #FADAD5. Grayscale: #1B1B1B. Windows color (decimal): -16440022 or 2761989. OLE color: 2761989.

HSL color Cylindrical-coordinate representation of color #05252A: hue angle of 188.11º degrees, saturation: 0.79, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #05252A is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 5 37 42 -
CMYK 0.88 0.12 0 0.84
HSL 188.11º 0.79% 0.09% -
HSV(B) 188.11º 0.88% 0.16% -
XYZ 1.14 1.52 2.42 -
YUV 28 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 5 37 42 0.88 0.12 0 0.84 188.11 0.79 0.09
Hex 5 25 2A 58 C 0 54 BC 4F 9
Octal 5 45 52 130 14 0 124 274 117 11
Binary 101 100101 101010 1011000 1100 0 1010100 10111100 1001111 1001

Color Harmonies of #05252A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05252A

Black with #05252A

Text Example


Text Example

White with #05252A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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