Html Css Color HEX #122629 Black Pearl

📋 copy color: '#122629'

red 18 ◦ green 38 ◦ blue 41

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

Shades of Black Pearl #122629

Tints of Black Pearl #122629

RGB

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

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

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

R = 18.56%
G = 39.18%
B = 42.27%

CMYK

 C value IS 0.56

 M value IS 0.07

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#122629 (or 0x122629) is known color: Black Pearl. HEX triplet: 12, 26 and 29. RGB value is (18,38,41). Sum of RGB (Red+Green+Blue) = 18+38+41=97 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.56% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 41 (16.41% from 255 or 42.27% from 97); Max value from RGB is 41 - color contains mainly: blue. Hex color #122629 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122629 is #EDD9D6. Grayscale: #202020. Windows color (decimal): -15587799 or 2696722. OLE color: 2696722.

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

Color convert

RGB 18 38 41 -
CMYK 0.56 0.07 0 0.84
HSL 187.83º 0.39% 0.12% -
HSV(B) 187.83º 0.56% 0.16% -
XYZ 1.34 1.67 2.35 -
YUV 32.36 132.87 117.76 -
System Red Green Blue C M Y K H S L
Decimal 18 38 41 0.56 0.07 0 0.84 187.83 0.39 0.12
Hex 12 26 29 38 7 0 54 BC 27 C
Octal 22 46 51 70 7 0 124 274 47 14
Binary 10010 100110 101001 111000 111 0 1010100 10111100 100111 1100

Color Harmonies of #122629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122629

Black with #122629

Text Example


Text Example

White with #122629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122629; }

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

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

background-color css

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

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

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

border-color css

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

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

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