Html Css Color HEX #122529 Black Pearl

📋 copy color: '#122529'

red 18 ◦ green 37 ◦ blue 41

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

Shades of Black Pearl #122529

Tints of Black Pearl #122529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 38.54%

 BLUE value IS 41 (16.41% from 255) = 42.71%

R = 18.75%
G = 38.54%
B = 42.71%

CMYK

 C value IS 0.56

 M value IS 0.10

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#122529 (or 0x122529) is known color: Black Pearl. HEX triplet: 12, 25 and 29. RGB value is (18,37,41). Sum of RGB (Red+Green+Blue) = 18+37+41=96 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.75% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 41 (16.41% from 255 or 42.71% from 96); Max value from RGB is 41 - color contains mainly: blue. Hex color #122529 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122529 is #EDDAD6. Grayscale: #1F1F1F. Windows color (decimal): -15588055 or 2696466. OLE color: 2696466.

HSL color Cylindrical-coordinate representation of color #122529: hue angle of 190.43º degrees, saturation: 0.39, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #122529 is Cyan = 0.56, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 37 41 -
CMYK 0.56 0.10 0 0.84
HSL 190.43º 0.39% 0.12% -
HSV(B) 190.43º 0.56% 0.16% -
XYZ 1.31 1.61 2.34 -
YUV 31.78 133.21 118.17 -
System Red Green Blue C M Y K H S L
Decimal 18 37 41 0.56 0.10 0 0.84 190.43 0.39 0.12
Hex 12 25 29 38 A 0 54 BE 27 C
Octal 22 45 51 70 12 0 124 276 47 14
Binary 10010 100101 101001 111000 1010 0 1010100 10111110 100111 1100

Color Harmonies of #122529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122529

Black with #122529

Text Example


Text Example

White with #122529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122529; }

 p { color: rgb(18,37,41); }

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

background-color css

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

 a { background-color: rgb(18,37,41); }

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

border-color css

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

 span { border-color: rgb(18,37,41); }

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