Html Css Color HEX #122329 Black Pearl

📋 copy color: '#122329'

red 18 ◦ green 35 ◦ blue 41

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

Shades of Black Pearl #122329

Tints of Black Pearl #122329

RGB

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

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

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

R = 19.15%
G = 37.23%
B = 43.62%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#122329 (or 0x122329) is known color: Black Pearl. HEX triplet: 12, 23 and 29. RGB value is (18,35,41). Sum of RGB (Red+Green+Blue) = 18+35+41=94 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.15% from 94); Green value is 35 (14.06% from 255 or 37.23% from 94); Blue value is 41 (16.41% from 255 or 43.62% from 94); Max value from RGB is 41 - color contains mainly: blue. Hex color #122329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122329 is #EDDCD6. Grayscale: #1E1E1E. Windows color (decimal): -15588567 or 2695954. OLE color: 2695954.

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

Color convert

RGB 18 35 41 -
CMYK 0.56 0.15 0 0.84
HSL 195.65º 0.39% 0.12% -
HSV(B) 195.65º 0.56% 0.16% -
XYZ 1.25 1.49 2.32 -
YUV 30.6 133.87 119.01 -
System Red Green Blue C M Y K H S L
Decimal 18 35 41 0.56 0.15 0 0.84 195.65 0.39 0.12
Hex 12 23 29 38 F 0 54 C4 27 C
Octal 22 43 51 70 17 0 124 304 47 14
Binary 10010 100011 101001 111000 1111 0 1010100 11000100 100111 1100

Color Harmonies of #122329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122329

Black with #122329

Text Example


Text Example

White with #122329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122329; }

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

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

background-color css

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

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

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

border-color css

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

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

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