Html Css Color HEX #12252D Black Pearl

📋 copy color: '#12252D'

red 18 ◦ green 37 ◦ blue 45

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

Shades of Black Pearl #12252D

Tints of Black Pearl #12252D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 37%

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

R = 18%
G = 37%
B = 45%

CMYK

 C value IS 0.6

 M value IS 0.18

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#12252D (or 0x12252D) is known color: Black Pearl. HEX triplet: 12, 25 and 2D. RGB value is (18,37,45). Sum of RGB (Red+Green+Blue) = 18+37+45=100 (13% of max value = 765). Red value is 18 (7.42% from 255 or 18% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 45 (17.97% from 255 or 45% from 100); Max value from RGB is 45 - color contains mainly: blue. Hex color #12252D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12252D is #EDDAD2. Grayscale: #202020. Windows color (decimal): -15588051 or 2958610. OLE color: 2958610.

HSL color Cylindrical-coordinate representation of color #12252D: hue angle of 197.78º 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 #12252D is Cyan = 0.6, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 18 37 45 -
CMYK 0.6 0.18 0 0.82
HSL 197.78º 0.43% 0.12% -
HSV(B) 197.78º 0.6% 0.18% -
XYZ 1.38 1.64 2.73 -
YUV 32.23 135.21 117.85 -
System Red Green Blue C M Y K H S L
Decimal 18 37 45 0.6 0.18 0 0.82 197.78 0.43 0.12
Hex 12 25 2D 3C 12 0 52 C6 2B C
Octal 22 45 55 74 22 0 122 306 53 14
Binary 10010 100101 101101 111100 10010 0 1010010 11000110 101011 1100

Color Harmonies of #12252D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12252D

Black with #12252D

Text Example


Text Example

White with #12252D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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