Html Css Color HEX #00252F Black Pearl

📋 copy color: '#00252F'

red 0 ◦ green 37 ◦ blue 47

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

Shades of Black Pearl #00252F

Tints of Black Pearl #00252F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 55.95%

R = 0%
G = 44.05%
B = 55.95%

CMYK

 C value IS 1

 M value IS 0.21

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00252F (or 0x00252F) is known color: Black Pearl. HEX triplet: 00, 25 and 2F. RGB value is (0,37,47). Sum of RGB (Red+Green+Blue) = 0+37+47=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 37 (14.84% from 255 or 44.05% from 84); Blue value is 47 (18.75% from 255 or 55.95% from 84); Max value from RGB is 47 - color contains mainly: blue. Hex color #00252F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00252F is #FFDAD0. Grayscale: #1B1B1B. Windows color (decimal): -16767697 or 3089664. OLE color: 3089664.

HSL color Cylindrical-coordinate representation of color #00252F: hue angle of 192.77º 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 #00252F is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 0 37 47 -
CMYK 1 0.21 0 0.82
HSL 192.77º 1% 0.09% -
HSV(B) 192.77º 1% 0.18% -
XYZ 1.17 1.53 2.92 -
YUV 27.08 139.24 108.69 -
System Red Green Blue C M Y K H S L
Decimal 0 37 47 1 0.21 0 0.82 192.77 1 0.09
Hex 0 25 2F 64 15 0 52 C1 64 9
Octal 0 45 57 144 25 0 122 301 144 11
Binary 0 100101 101111 1100100 10101 0 1010010 11000001 1100100 1001

Color Harmonies of #00252F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00252F

Black with #00252F

Text Example


Text Example

White with #00252F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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