Html Css Color HEX #012535 Black Pearl

📋 copy color: '#012535'

red 1 ◦ green 37 ◦ blue 53

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

Shades of Black Pearl #012535

Tints of Black Pearl #012535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 58.24%

R = 1.1%
G = 40.66%
B = 58.24%

CMYK

 C value IS 0.98

 M value IS 0.30

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012535 (or 0x012535) is known color: Black Pearl. HEX triplet: 01, 25 and 35. RGB value is (1,37,53). Sum of RGB (Red+Green+Blue) = 1+37+53=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 37 (14.84% from 255 or 40.66% from 91); Blue value is 53 (21.09% from 255 or 58.24% from 91); Max value from RGB is 53 - color contains mainly: blue. Hex color #012535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012535 is #FEDACA. Grayscale: #1B1B1B. Windows color (decimal): -16702155 or 3482881. OLE color: 3482881.

HSL color Cylindrical-coordinate representation of color #012535: hue angle of 198.46º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012535 is Cyan = 0.98, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 37 53 -
CMYK 0.98 0.30 0 0.79
HSL 198.46º 0.96% 0.11% -
HSV(B) 198.46º 0.98% 0.21% -
XYZ 1.32 1.59 3.61 -
YUV 28.06 142.07 108.7 -
System Red Green Blue C M Y K H S L
Decimal 1 37 53 0.98 0.30 0 0.79 198.46 0.96 0.11
Hex 1 25 35 62 1E 0 4F C6 60 B
Octal 1 45 65 142 36 0 117 306 140 13
Binary 1 100101 110101 1100010 11110 0 1001111 11000110 1100000 1011

Color Harmonies of #012535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012535

Black with #012535

Text Example


Text Example

White with #012535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012535; }

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

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

background-color css

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

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

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

border-color css

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

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

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