Html Css Color HEX #012735 Black Pearl

📋 copy color: '#012735'

red 1 ◦ green 39 ◦ blue 53

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

Shades of Black Pearl #012735

Tints of Black Pearl #012735

RGB

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

 GREEN value IS 39 (15.63% from 255) = 41.94%

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

R = 1.08%
G = 41.94%
B = 56.99%

CMYK

 C value IS 0.98

 M value IS 0.26

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012735 (or 0x012735) is known color: Black Pearl. HEX triplet: 01, 27 and 35. RGB value is (1,39,53). Sum of RGB (Red+Green+Blue) = 1+39+53=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 53 (21.09% from 255 or 56.99% from 93); Max value from RGB is 53 - color contains mainly: blue. Hex color #012735 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012735 is #FED8CA. Grayscale: #1D1D1D. Windows color (decimal): -16701643 or 3483393. OLE color: 3483393.

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

Color convert

RGB 1 39 53 -
CMYK 0.98 0.26 0 0.79
HSL 196.15º 0.96% 0.11% -
HSV(B) 196.15º 0.98% 0.21% -
XYZ 1.38 1.71 3.63 -
YUV 29.23 141.41 107.86 -
System Red Green Blue C M Y K H S L
Decimal 1 39 53 0.98 0.26 0 0.79 196.15 0.96 0.11
Hex 1 27 35 62 1A 0 4F C4 60 B
Octal 1 47 65 142 32 0 117 304 140 13
Binary 1 100111 110101 1100010 11010 0 1001111 11000100 1100000 1011

Color Harmonies of #012735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012735

Black with #012735

Text Example


Text Example

White with #012735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012735; }

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

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

background-color css

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

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

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

border-color css

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

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

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