Html Css Color HEX #011735 Black Pearl

📋 copy color: '#011735'

red 1 ◦ green 23 ◦ blue 53

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

Shades of Black Pearl #011735

Tints of Black Pearl #011735

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.87%

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

R = 1.3%
G = 29.87%
B = 68.83%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#011735 (or 0x011735) is known color: Black Pearl. HEX triplet: 01, 17 and 35. RGB value is (1,23,53). Sum of RGB (Red+Green+Blue) = 1+23+53=77 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.30% from 77); Green value is 23 (9.38% from 255 or 29.87% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #011735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011735 is #FEE8CA. Grayscale: #131313. Windows color (decimal): -16705739 or 3479297. OLE color: 3479297.

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

Color convert

RGB 1 23 53 -
CMYK 0.98 0.57 0 0.79
HSL 214.62º 0.96% 0.11% -
HSV(B) 214.62º 0.98% 0.21% -
XYZ 0.96 0.88 3.49 -
YUV 19.84 146.71 114.56 -
System Red Green Blue C M Y K H S L
Decimal 1 23 53 0.98 0.57 0 0.79 214.62 0.96 0.11
Hex 1 17 35 62 39 0 4F D7 60 B
Octal 1 27 65 142 71 0 117 327 140 13
Binary 1 10111 110101 1100010 111001 0 1001111 11010111 1100000 1011

Color Harmonies of #011735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011735

Black with #011735

Text Example


Text Example

White with #011735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011735; }

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

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

background-color css

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

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

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

border-color css

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

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

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