Html Css Color HEX #012435 Black Pearl

📋 copy color: '#012435'

red 1 ◦ green 36 ◦ blue 53

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

Shades of Black Pearl #012435

Tints of Black Pearl #012435

RGB

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

 GREEN value IS 36 (14.45% from 255) = 40%

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

R = 1.11%
G = 40%
B = 58.89%

CMYK

 C value IS 0.98

 M value IS 0.32

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#012435 (or 0x012435) is known color: Black Pearl. HEX triplet: 01, 24 and 35. RGB value is (1,36,53). Sum of RGB (Red+Green+Blue) = 1+36+53=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 53 (21.09% from 255 or 58.89% from 90); Max value from RGB is 53 - color contains mainly: blue. Hex color #012435 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012435 is #FEDBCA. Grayscale: #1B1B1B. Windows color (decimal): -16702411 or 3482625. OLE color: 3482625.

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

Color convert

RGB 1 36 53 -
CMYK 0.98 0.32 0 0.79
HSL 199.62º 0.96% 0.11% -
HSV(B) 199.62º 0.98% 0.21% -
XYZ 1.29 1.53 3.59 -
YUV 27.47 142.4 109.12 -
System Red Green Blue C M Y K H S L
Decimal 1 36 53 0.98 0.32 0 0.79 199.62 0.96 0.11
Hex 1 24 35 62 20 0 4F C8 60 B
Octal 1 44 65 142 40 0 117 310 140 13
Binary 1 100100 110101 1100010 100000 0 1001111 11001000 1100000 1011

Color Harmonies of #012435

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #012435

Black with #012435

Text Example


Text Example

White with #012435

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #012435; }

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

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

background-color css

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

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

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

border-color css

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

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

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