Html Css Color HEX #001533 Black Pearl

📋 copy color: '#001533'

red 0 ◦ green 21 ◦ blue 51

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

Shades of Black Pearl #001533

Tints of Black Pearl #001533

RGB

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

 GREEN value IS 21 (8.59% from 255) = 29.17%

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

R = 0%
G = 29.17%
B = 70.83%

CMYK

 C value IS 1

 M value IS 0.59

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#001533 (or 0x001533) is known color: Black Pearl. HEX triplet: 00, 15 and 33. RGB value is (0,21,51). Sum of RGB (Red+Green+Blue) = 0+21+51=72 (9% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 72); Green value is 21 (8.59% from 255 or 29.17% from 72); Blue value is 51 (20.31% from 255 or 70.83% from 72); Max value from RGB is 51 - color contains mainly: blue. Hex color #001533 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001533 is #FFEACC. Grayscale: #121212. Windows color (decimal): -16771789 or 3347712. OLE color: 3347712.

HSL color Cylindrical-coordinate representation of color #001533: hue angle of 215.29º 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 #001533 is Cyan = 1, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB 0 21 51 -
CMYK 1 0.59 0 0.8
HSL 215.29º 1% 0.1% -
HSV(B) 215.29º 1% 0.2% -
XYZ 0.87 0.78 3.24 -
YUV 18.14 146.54 115.06 -
System Red Green Blue C M Y K H S L
Decimal 0 21 51 1 0.59 0 0.8 215.29 1 0.1
Hex 0 15 33 64 3B 0 50 D7 64 A
Octal 0 25 63 144 73 0 120 327 144 12
Binary 0 10101 110011 1100100 111011 0 1010000 11010111 1100100 1010

Color Harmonies of #001533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001533

Black with #001533

Text Example


Text Example

White with #001533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001533; }

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

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

background-color css

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

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

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

border-color css

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

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

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