Html Css Color HEX #002533 Black Pearl

📋 copy color: '#002533'

red 0 ◦ green 37 ◦ blue 51

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

Shades of Black Pearl #002533

Tints of Black Pearl #002533

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 57.95%

R = 0%
G = 42.05%
B = 57.95%

CMYK

 C value IS 1

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#002533 (or 0x002533) is known color: Black Pearl. HEX triplet: 00, 25 and 33. RGB value is (0,37,51). Sum of RGB (Red+Green+Blue) = 0+37+51=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 51 (20.31% from 255 or 57.95% from 88); Max value from RGB is 51 - color contains mainly: blue. Hex color #002533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002533 is #FFDACC. Grayscale: #1B1B1B. Windows color (decimal): -16767693 or 3351808. OLE color: 3351808.

HSL color Cylindrical-coordinate representation of color #002533: hue angle of 196.47º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002533 is Cyan = 1, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 37 51 -
CMYK 1 0.27 0 0.8
HSL 196.47º 1% 0.1% -
HSV(B) 196.47º 1% 0.2% -
XYZ 1.26 1.56 3.37 -
YUV 27.53 141.24 108.36 -
System Red Green Blue C M Y K H S L
Decimal 0 37 51 1 0.27 0 0.8 196.47 1 0.1
Hex 0 25 33 64 1B 0 50 C4 64 A
Octal 0 45 63 144 33 0 120 304 144 12
Binary 0 100101 110011 1100100 11011 0 1010000 11000100 1100100 1010

Color Harmonies of #002533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002533

Black with #002533

Text Example


Text Example

White with #002533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #002533; }

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

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

background-color css

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

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

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

border-color css

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

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

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