Html Css Color HEX #152127 Black Pearl

📋 copy color: '#152127'

red 21 ◦ green 33 ◦ blue 39

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

Shades of Black Pearl #152127

Tints of Black Pearl #152127

RGB

 RED value IS 21 (8.59% from 255) = 22.58%

 GREEN value IS 33 (13.28% from 255) = 35.48%

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

R = 22.58%
G = 35.48%
B = 41.94%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.85

RGB Variations

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

Color information

#152127 (or 0x152127) is known color: Black Pearl. HEX triplet: 15, 21 and 27. RGB value is (21,33,39). Sum of RGB (Red+Green+Blue) = 21+33+39=93 (12% of max value = 765). Red value is 21 (8.59% from 255 or 22.58% from 93); Green value is 33 (13.28% from 255 or 35.48% from 93); Blue value is 39 (15.62% from 255 or 41.94% from 93); Max value from RGB is 39 - color contains mainly: blue. Hex color #152127 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152127 is #EADED8. Grayscale: #1E1E1E. Windows color (decimal): -15392473 or 2564373. OLE color: 2564373.

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

Color convert

RGB 21 33 39 -
CMYK 0.46 0.15 0 0.85
HSL 200º 0.3% 0.12% -
HSV(B) 200º 0.46% 0.15% -
XYZ 1.22 1.39 2.12 -
YUV 30.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 21 33 39 0.46 0.15 0 0.85 200 0.3 0.12
Hex 15 21 27 2E F 0 55 C8 1E C
Octal 25 41 47 56 17 0 125 310 36 14
Binary 10101 100001 100111 101110 1111 0 1010101 11001000 11110 1100

Color Harmonies of #152127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152127

Black with #152127

Text Example


Text Example

White with #152127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152127; }

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

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

background-color css

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

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

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

border-color css

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

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

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