Html Css Color HEX #122835 Black Pearl

📋 copy color: '#122835'

red 18 ◦ green 40 ◦ blue 53

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

Shades of Black Pearl #122835

Tints of Black Pearl #122835

RGB

 RED value IS 18 (7.42% from 255) = 16.22%

 GREEN value IS 40 (16.02% from 255) = 36.04%

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

R = 16.22%
G = 36.04%
B = 47.75%

CMYK

 C value IS 0.66

 M value IS 0.25

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#122835 (or 0x122835) is known color: Black Pearl. HEX triplet: 12, 28 and 35. RGB value is (18,40,53). Sum of RGB (Red+Green+Blue) = 18+40+53=111 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.22% from 111); Green value is 40 (16.02% from 255 or 36.04% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: blue. Hex color #122835 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122835 is #EDD7CA. Grayscale: #222222. Windows color (decimal): -15587275 or 3483666. OLE color: 3483666.

HSL color Cylindrical-coordinate representation of color #122835: hue angle of 202.29º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #122835 is Cyan = 0.66, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 18 40 53 -
CMYK 0.66 0.25 0 0.79
HSL 202.29º 0.49% 0.14% -
HSV(B) 202.29º 0.66% 0.21% -
XYZ 1.65 1.9 3.65 -
YUV 34.9 138.21 115.94 -
System Red Green Blue C M Y K H S L
Decimal 18 40 53 0.66 0.25 0 0.79 202.29 0.49 0.14
Hex 12 28 35 42 19 0 4F CA 31 E
Octal 22 50 65 102 31 0 117 312 61 16
Binary 10010 101000 110101 1000010 11001 0 1001111 11001010 110001 1110

Color Harmonies of #122835

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122835

Black with #122835

Text Example


Text Example

White with #122835

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122835; }

 p { color: rgb(18,40,53); }

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

background-color css

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

 a { background-color: rgb(18,40,53); }

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

border-color css

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

 span { border-color: rgb(18,40,53); }

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