#12262A

Color #12262A Black Pearl (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Pearl #12262A

Tints of Black Pearl #12262A

Color information

#12262A (or 0x12262A) is unknown color: approx Black Pearl. HEX triplet: 12, 26 and 2A. RGB value is (18,38,42). Sum of RGB (Red+Green+Blue) = 18+38+42=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 38 (15.23% from 255 or 38.78% from 98); Blue value is 42 (16.80% from 255 or 42.86% from 98); Max value from RGB is 42 - color contains mainly: blue. Hex color #12262A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12262A is #EDD9D5. Grayscale: #202020. Windows color (decimal): -15587798 or 2762258. OLE color: 2762258.

HSL color Cylindrical-coordinate representation of color #12262A: hue angle of 190º degrees, saturation: 0.4, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #12262A is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.84.

Color convert

RGB183842-
CMYK0.570.1000.84
HSL190º40%11.76%-
HSV(B)190º57.14%16.47%-
XYZ1.361.682.44-
YUV32.48133.37117.67-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 18.37%
GREEN value IS 38 (15.23% from 255) = 38.78%
BLUE value IS 42 (16.80% from 255) = 42.86%
R=18.37%
G=38.78%
B=42.86%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.84
SystemRedGreenBlueCMYKHSL
Decimal1838420.570.1000.841904011.76
Hex12262A39A054be28c
Octal224652711201242765014
Binary10010100110101010111001101001010100101111101010001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12262A; }

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

 H1.HeaderClassName
 {
   color: #12262A;
 }
 .AnyTagClassName
 {
   color: #12262A;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #12262A;
 }
 .BgClassName
 {
   background-color: #12262A;
 }
</style>
border-color css

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

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

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