Html Css Color HEX #121F29 Black Pearl

📋 copy color: '#121F29'

red 18 ◦ green 31 ◦ blue 41

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

Shades of Black Pearl #121F29

Tints of Black Pearl #121F29

RGB

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

 GREEN value IS 31 (12.5% from 255) = 34.44%

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

R = 20%
G = 34.44%
B = 45.56%

CMYK

 C value IS 0.56

 M value IS 0.24

 Y value IS 0

 K value IS 0.84

RGB Variations

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

Color information

#121F29 (or 0x121F29) is known color: Black Pearl. HEX triplet: 12, 1F and 29. RGB value is (18,31,41). Sum of RGB (Red+Green+Blue) = 18+31+41=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 31 (12.5% from 255 or 34.44% from 90); Blue value is 41 (16.41% from 255 or 45.56% from 90); Max value from RGB is 41 - color contains mainly: blue. Hex color #121F29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121F29 is #EDE0D6. Grayscale: #1C1C1C. Windows color (decimal): -15589591 or 2694930. OLE color: 2694930.

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

Color convert

RGB 18 31 41 -
CMYK 0.56 0.24 0 0.84
HSL 206.09º 0.39% 0.12% -
HSV(B) 206.09º 0.56% 0.16% -
XYZ 1.14 1.27 2.28 -
YUV 28.25 135.19 120.69 -
System Red Green Blue C M Y K H S L
Decimal 18 31 41 0.56 0.24 0 0.84 206.09 0.39 0.12
Hex 12 1F 29 38 18 0 54 CE 27 C
Octal 22 37 51 70 30 0 124 316 47 14
Binary 10010 11111 101001 111000 11000 0 1010100 11001110 100111 1100

Color Harmonies of #121F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #121F29

Black with #121F29

Text Example


Text Example

White with #121F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #121F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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