Html Css Color HEX #012533 Black Pearl

📋 copy color: '#012533'

red 1 ◦ green 37 ◦ blue 51

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

Shades of Black Pearl #012533

Tints of Black Pearl #012533

RGB

 RED value IS 1 (0.78% from 255) = 1.12%

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

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

R = 1.12%
G = 41.57%
B = 57.3%

CMYK

 C value IS 0.98

 M value IS 0.27

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#012533 (or 0x012533) is known color: Black Pearl. HEX triplet: 01, 25 and 33. RGB value is (1,37,51). Sum of RGB (Red+Green+Blue) = 1+37+51=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 37 (14.84% from 255 or 41.57% from 89); Blue value is 51 (20.31% from 255 or 57.30% from 89); Max value from RGB is 51 - color contains mainly: blue. Hex color #012533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012533 is #FEDACC. Grayscale: #1B1B1B. Windows color (decimal): -16702157 or 3351809. OLE color: 3351809.

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

Color convert

RGB 1 37 51 -
CMYK 0.98 0.27 0 0.8
HSL 196.8º 0.96% 0.1% -
HSV(B) 196.8º 0.98% 0.2% -
XYZ 1.27 1.57 3.37 -
YUV 27.83 141.07 108.86 -
System Red Green Blue C M Y K H S L
Decimal 1 37 51 0.98 0.27 0 0.8 196.8 0.96 0.1
Hex 1 25 33 62 1B 0 50 C5 60 A
Octal 1 45 63 142 33 0 120 305 140 12
Binary 1 100101 110011 1100010 11011 0 1010000 11000101 1100000 1010

Color Harmonies of #012533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012533

Black with #012533

Text Example


Text Example

White with #012533

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012533; }

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

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

background-color css

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

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

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

border-color css

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

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

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