Html Css Color HEX #122830 Black Pearl

📋 copy color: '#122830'

red 18 ◦ green 40 ◦ blue 48

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

Shades of Black Pearl #122830

Tints of Black Pearl #122830

RGB

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

 GREEN value IS 40 (16.02% from 255) = 37.74%

 BLUE value IS 48 (19.14% from 255) = 45.28%

R = 16.98%
G = 37.74%
B = 45.28%

CMYK

 C value IS 0.63

 M value IS 0.17

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#122830 (or 0x122830) is known color: Black Pearl. HEX triplet: 12, 28 and 30. RGB value is (18,40,48). Sum of RGB (Red+Green+Blue) = 18+40+48=106 (14% of max value = 765). Red value is 18 (7.42% from 255 or 16.98% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 48 (19.14% from 255 or 45.28% from 106); Max value from RGB is 48 - color contains mainly: blue. Hex color #122830 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122830 is #EDD7CF. Grayscale: #222222. Windows color (decimal): -15587280 or 3155986. OLE color: 3155986.

HSL color Cylindrical-coordinate representation of color #122830: hue angle of 196º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #122830 is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 18 40 48 -
CMYK 0.63 0.17 0 0.81
HSL 196º 0.45% 0.13% -
HSV(B) 196º 0.63% 0.19% -
XYZ 1.54 1.86 3.07 -
YUV 34.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 18 40 48 0.63 0.17 0 0.81 196 0.45 0.13
Hex 12 28 30 3F 11 0 51 C4 2D D
Octal 22 50 60 77 21 0 121 304 55 15
Binary 10010 101000 110000 111111 10001 0 1010001 11000100 101101 1101

Color Harmonies of #122830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #122830

Black with #122830

Text Example


Text Example

White with #122830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #122830; }

 p { color: rgb(18,40,48); }

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

background-color css

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

 a { background-color: rgb(18,40,48); }

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

border-color css

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

 span { border-color: rgb(18,40,48); }

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