#00252A

Color #00252A Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #00252A

Tints of Black Pearl #00252A

Color information

#00252A (or 0x00252A) is unknown color: approx Black Pearl. HEX triplet: 00, 25 and 2A. RGB value is (0,37,42). Sum of RGB (Red+Green+Blue) = 0+37+42=79 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 79); Green value is 37 (14.84% from 255 or 46.84% from 79); Blue value is 42 (16.80% from 255 or 53.16% from 79); Max value from RGB is 42 - color contains mainly: blue. Hex color #00252A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00252A is #FFDAD5. Grayscale: #1A1A1A. Windows color (decimal): -16767702 or 2761984. OLE color: 2761984.

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

Color convert

RGB03742-
CMYK10.1200.84
HSL187.14º100%8.24%-
HSV(B)187.14º100%16.47%-
XYZ1.081.492.42-
YUV26.51136.74109.09-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 37 (14.84% from 255) = 46.84%
BLUE value IS 42 (16.80% from 255) = 53.16%
R=0%
G=46.84%
B=53.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal0374210.1200.84187.141008.24
Hex0252A64C054bb648
Octal0455214414012427314410
Binary010010110101011001001100010101001011101111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #00252A;
 }
 .AnyTagClassName
 {
   color: #00252A;
 }
</style>
background-color css

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

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

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

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

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

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