Html Css Color HEX #12292D Black Pearl

📋 copy color: '#12292D'

red 18 ◦ green 41 ◦ blue 45

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

Shades of Black Pearl #12292D

Tints of Black Pearl #12292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 39.42%

 BLUE value IS 45 (17.97% from 255) = 43.27%

R = 17.31%
G = 39.42%
B = 43.27%

CMYK

 C value IS 0.6

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12292D (or 0x12292D) is known color: Black Pearl. HEX triplet: 12, 29 and 2D. RGB value is (18,41,45). Sum of RGB (Red+Green+Blue) = 18+41+45=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 45 (17.97% from 255 or 43.27% from 104); Max value from RGB is 45 - color contains mainly: blue. Hex color #12292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12292D is #EDD6D2. Grayscale: #222222. Windows color (decimal): -15587027 or 2959634. OLE color: 2959634.

HSL color Cylindrical-coordinate representation of color #12292D: hue angle of 188.89º degrees, saturation: 0.43, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #12292D is Cyan = 0.6, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 41 45 -
CMYK 0.6 0.09 0 0.82
HSL 188.89º 0.43% 0.12% -
HSV(B) 188.89º 0.6% 0.18% -
XYZ 1.52 1.9 2.77 -
YUV 34.58 133.88 116.17 -
System Red Green Blue C M Y K H S L
Decimal 18 41 45 0.6 0.09 0 0.82 188.89 0.43 0.12
Hex 12 29 2D 3C 9 0 52 BD 2B C
Octal 22 51 55 74 11 0 122 275 53 14
Binary 10010 101001 101101 111100 1001 0 1010010 10111101 101011 1100

Color Harmonies of #12292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12292D

Black with #12292D

Text Example


Text Example

White with #12292D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12292D; }

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

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

background-color css

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

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

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

border-color css

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

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

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