Html Css Color HEX #00252D Black Pearl

📋 copy color: '#00252D'

red 0 ◦ green 37 ◦ blue 45

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

Shades of Black Pearl #00252D

Tints of Black Pearl #00252D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 45 (17.97% from 255) = 54.88%

R = 0%
G = 45.12%
B = 54.88%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00252D (or 0x00252D) is known color: Black Pearl. HEX triplet: 00, 25 and 2D. RGB value is (0,37,45). Sum of RGB (Red+Green+Blue) = 0+37+45=82 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 82); Green value is 37 (14.84% from 255 or 45.12% from 82); Blue value is 45 (17.97% from 255 or 54.88% from 82); Max value from RGB is 45 - color contains mainly: blue. Hex color #00252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00252D is #FFDAD2. Grayscale: #1A1A1A. Windows color (decimal): -16767699 or 2958592. OLE color: 2958592.

HSL color Cylindrical-coordinate representation of color #00252D: hue angle of 190.67º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00252D is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 37 45 -
CMYK 1 0.18 0 0.82
HSL 190.67º 1% 0.09% -
HSV(B) 190.67º 1% 0.18% -
XYZ 1.14 1.51 2.71 -
YUV 26.85 138.24 108.85 -
System Red Green Blue C M Y K H S L
Decimal 0 37 45 1 0.18 0 0.82 190.67 1 0.09
Hex 0 25 2D 64 12 0 52 BF 64 9
Octal 0 45 55 144 22 0 122 277 144 11
Binary 0 100101 101101 1100100 10010 0 1010010 10111111 1100100 1001

Color Harmonies of #00252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00252D

Black with #00252D

Text Example


Text Example

White with #00252D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00252D; }

 p { color: rgb(0,37,45); }

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

background-color css

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

 a { background-color: rgb(0,37,45); }

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

border-color css

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

 span { border-color: rgb(0,37,45); }

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