Html Css Color HEX #122635 Black Pearl

📋 copy color: '#122635'

red 18 ◦ green 38 ◦ blue 53

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

Shades of Black Pearl #122635

Tints of Black Pearl #122635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 34.86%

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

R = 16.51%
G = 34.86%
B = 48.62%

CMYK

 C value IS 0.66

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#122635 (or 0x122635) is known color: Black Pearl. HEX triplet: 12, 26 and 35. RGB value is (18,38,53). Sum of RGB (Red+Green+Blue) = 18+38+53=109 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.51% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #122635 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122635 is #EDD9CA. Grayscale: #212121. Windows color (decimal): -15587787 or 3483154. OLE color: 3483154.

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

Color convert

RGB 18 38 53 -
CMYK 0.66 0.28 0 0.79
HSL 205.71º 0.49% 0.14% -
HSV(B) 205.71º 0.66% 0.21% -
XYZ 1.59 1.77 3.63 -
YUV 33.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 18 38 53 0.66 0.28 0 0.79 205.71 0.49 0.14
Hex 12 26 35 42 1C 0 4F CE 31 E
Octal 22 46 65 102 34 0 117 316 61 16
Binary 10010 100110 110101 1000010 11100 0 1001111 11001110 110001 1110

Color Harmonies of #122635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122635

Black with #122635

Text Example


Text Example

White with #122635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122635; }

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

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

background-color css

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

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

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

border-color css

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

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

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