Html Css Color HEX #212527 Black Pearl

📋 copy color: '#212527'

red 33 ◦ green 37 ◦ blue 39

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

Shades of Black Pearl #212527

Tints of Black Pearl #212527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 35.78%

R = 30.28%
G = 33.94%
B = 35.78%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#212527 (or 0x212527) is known color: Black Pearl. HEX triplet: 21, 25 and 27. RGB value is (33,37,39). Sum of RGB (Red+Green+Blue) = 33+37+39=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 37 (14.84% from 255 or 33.94% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 39 - color contains mainly: blue. Hex color #212527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212527 is #DEDAD8. Grayscale: #242424. Windows color (decimal): -14605017 or 2565409. OLE color: 2565409.

HSL color Cylindrical-coordinate representation of color #212527: hue angle of 200º degrees, saturation: 0.08, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #212527 is Cyan = 0.15, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.85.

Color convert

RGB 33 37 39 -
CMYK 0.15 0.05 0 0.85
HSL 200º 0.08% 0.14% -
HSV(B) 200º 0.15% 0.15% -
XYZ 1.65 1.79 2.18 -
YUV 36.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 33 37 39 0.15 0.05 0 0.85 200 0.08 0.14
Hex 21 25 27 F 5 0 55 C8 8 E
Octal 41 45 47 17 5 0 125 310 10 16
Binary 100001 100101 100111 1111 101 0 1010101 11001000 1000 1110

Color Harmonies of #212527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #212527

Black with #212527

Text Example


Text Example

White with #212527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #212527; }

 p { color: rgb(33,37,39); }

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

background-color css

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

 a { background-color: rgb(33,37,39); }

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

border-color css

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

 span { border-color: rgb(33,37,39); }

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