Html Css Color HEX #022335 Black Pearl

📋 copy color: '#022335'

red 2 ◦ green 35 ◦ blue 53

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

Shades of Black Pearl #022335

Tints of Black Pearl #022335

RGB

 RED value IS 2 (1.17% from 255) = 2.22%

 GREEN value IS 35 (14.06% from 255) = 38.89%

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

R = 2.22%
G = 38.89%
B = 58.89%

CMYK

 C value IS 0.96

 M value IS 0.34

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#022335 (or 0x022335) is known color: Black Pearl. HEX triplet: 02, 23 and 35. RGB value is (2,35,53). Sum of RGB (Red+Green+Blue) = 2+35+53=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 35 (14.06% from 255 or 38.89% 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 #022335 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022335 is #FDDCCA. Grayscale: #1B1B1B. Windows color (decimal): -16637131 or 3482370. OLE color: 3482370.

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

Color convert

RGB 2 35 53 -
CMYK 0.96 0.34 0 0.79
HSL 201.18º 0.93% 0.11% -
HSV(B) 201.18º 0.96% 0.21% -
XYZ 1.27 1.47 3.59 -
YUV 27.19 142.57 110.04 -
System Red Green Blue C M Y K H S L
Decimal 2 35 53 0.96 0.34 0 0.79 201.18 0.93 0.11
Hex 2 23 35 60 22 0 4F C9 5D B
Octal 2 43 65 140 42 0 117 311 135 13
Binary 10 100011 110101 1100000 100010 0 1001111 11001001 1011101 1011

Color Harmonies of #022335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022335

Black with #022335

Text Example


Text Example

White with #022335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #022335; }

 p { color: rgb(2,35,53); }

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

background-color css

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

 a { background-color: rgb(2,35,53); }

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

border-color css

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

 span { border-color: rgb(2,35,53); }

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