Html Css Color HEX #011E35 Black Pearl

📋 copy color: '#011E35'

red 1 ◦ green 30 ◦ blue 53

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

Shades of Black Pearl #011E35

Tints of Black Pearl #011E35

RGB

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

 GREEN value IS 30 (12.11% from 255) = 35.71%

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

R = 1.19%
G = 35.71%
B = 63.1%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011E35 (or 0x011E35) is known color: Black Pearl. HEX triplet: 01, 1E and 35. RGB value is (1,30,53). Sum of RGB (Red+Green+Blue) = 1+30+53=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 30 (12.11% from 255 or 35.71% from 84); Blue value is 53 (21.09% from 255 or 63.10% from 84); Max value from RGB is 53 - color contains mainly: blue. Hex color #011E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011E35 is #FEE1CA. Grayscale: #171717. Windows color (decimal): -16703947 or 3481089. OLE color: 3481089.

HSL color Cylindrical-coordinate representation of color #011E35: hue angle of 206.54º 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 #011E35 is Cyan = 0.98, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 1 30 53 -
CMYK 0.98 0.43 0 0.79
HSL 206.54º 0.96% 0.11% -
HSV(B) 206.54º 0.98% 0.21% -
XYZ 1.12 1.19 3.54 -
YUV 23.95 144.39 111.63 -
System Red Green Blue C M Y K H S L
Decimal 1 30 53 0.98 0.43 0 0.79 206.54 0.96 0.11
Hex 1 1E 35 62 2B 0 4F CF 60 B
Octal 1 36 65 142 53 0 117 317 140 13
Binary 1 11110 110101 1100010 101011 0 1001111 11001111 1100000 1011

Color Harmonies of #011E35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011E35

Black with #011E35

Text Example


Text Example

White with #011E35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011E35; }

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

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

background-color css

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

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

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

border-color css

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

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

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