Html Css Color HEX #212C31 Black Pearl

📋 copy color: '#212C31'

red 33 ◦ green 44 ◦ blue 49

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

Shades of Black Pearl #212C31

Tints of Black Pearl #212C31

RGB

 RED value IS 33 (13.28% from 255) = 26.19%

 GREEN value IS 44 (17.58% from 255) = 34.92%

 BLUE value IS 49 (19.53% from 255) = 38.89%

R = 26.19%
G = 34.92%
B = 38.89%

CMYK

 C value IS 0.33

 M value IS 0.10

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#212C31 (or 0x212C31) is known color: Black Pearl. HEX triplet: 21, 2C and 31. RGB value is (33,44,49). Sum of RGB (Red+Green+Blue) = 33+44+49=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 49 - color contains mainly: blue. Hex color #212C31 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212C31 is #DED3CE. Grayscale: #292929. Windows color (decimal): -14603215 or 3222561. OLE color: 3222561.

HSL color Cylindrical-coordinate representation of color #212C31: hue angle of 198.75º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212C31 is Cyan = 0.33, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 33 44 49 -
CMYK 0.33 0.10 0 0.81
HSL 198.75º 0.2% 0.16% -
HSV(B) 198.75º 0.33% 0.19% -
XYZ 2.08 2.35 3.25 -
YUV 41.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 33 44 49 0.33 0.10 0 0.81 198.75 0.2 0.16
Hex 21 2C 31 21 A 0 51 C7 14 10
Octal 41 54 61 41 12 0 121 307 24 20
Binary 100001 101100 110001 100001 1010 0 1010001 11000111 10100 10000

Color Harmonies of #212C31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212C31

Black with #212C31

Text Example


Text Example

White with #212C31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212C31; }

 p { color: rgb(33,44,49); }

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

background-color css

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

 a { background-color: rgb(33,44,49); }

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

border-color css

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

 span { border-color: rgb(33,44,49); }

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