Html Css Color HEX #122429 Black Pearl

📋 copy color: '#122429'

red 18 ◦ green 36 ◦ blue 41

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

Shades of Black Pearl #122429

Tints of Black Pearl #122429

RGB

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

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

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

R = 18.95%
G = 37.89%
B = 43.16%

CMYK

 C value IS 0.56

 M value IS 0.12

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#122429 (or 0x122429) is known color: Black Pearl. HEX triplet: 12, 24 and 29. RGB value is (18,36,41). Sum of RGB (Red+Green+Blue) = 18+36+41=95 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.95% from 95); Green value is 36 (14.45% from 255 or 37.89% from 95); Blue value is 41 (16.41% from 255 or 43.16% from 95); Max value from RGB is 41 - color contains mainly: blue. Hex color #122429 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122429 is #EDDBD6. Grayscale: #1F1F1F. Windows color (decimal): -15588311 or 2696210. OLE color: 2696210.

HSL color Cylindrical-coordinate representation of color #122429: hue angle of 193.04º 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 #122429 is Cyan = 0.56, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB 18 36 41 -
CMYK 0.56 0.12 0 0.84
HSL 193.04º 0.39% 0.12% -
HSV(B) 193.04º 0.56% 0.16% -
XYZ 1.28 1.55 2.33 -
YUV 31.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 18 36 41 0.56 0.12 0 0.84 193.04 0.39 0.12
Hex 12 24 29 38 C 0 54 C1 27 C
Octal 22 44 51 70 14 0 124 301 47 14
Binary 10010 100100 101001 111000 1100 0 1010100 11000001 100111 1100

Color Harmonies of #122429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122429

Black with #122429

Text Example


Text Example

White with #122429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122429; }

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

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

background-color css

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

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

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

border-color css

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

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

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