Html Css Color HEX #152730 Black Pearl

📋 copy color: '#152730'

red 21 ◦ green 39 ◦ blue 48

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

Shades of Black Pearl #152730

Tints of Black Pearl #152730

RGB

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

 GREEN value IS 39 (15.63% from 255) = 36.11%

 BLUE value IS 48 (19.14% from 255) = 44.44%

R = 19.44%
G = 36.11%
B = 44.44%

CMYK

 C value IS 0.56

 M value IS 0.19

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152730 (or 0x152730) is known color: Black Pearl. HEX triplet: 15, 27 and 30. RGB value is (21,39,48). Sum of RGB (Red+Green+Blue) = 21+39+48=108 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.44% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 48 (19.14% from 255 or 44.44% from 108); Max value from RGB is 48 - color contains mainly: blue. Hex color #152730 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152730 is #EAD8CF. Grayscale: #222222. Windows color (decimal): -15390928 or 3155733. OLE color: 3155733.

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

Color convert

RGB 21 39 48 -
CMYK 0.56 0.19 0 0.81
HSL 200º 0.39% 0.14% -
HSV(B) 200º 0.56% 0.19% -
XYZ 1.57 1.82 3.07 -
YUV 34.64 135.54 118.27 -
System Red Green Blue C M Y K H S L
Decimal 21 39 48 0.56 0.19 0 0.81 200 0.39 0.14
Hex 15 27 30 38 13 0 51 C8 27 E
Octal 25 47 60 70 23 0 121 310 47 16
Binary 10101 100111 110000 111000 10011 0 1010001 11001000 100111 1110

Color Harmonies of #152730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152730

Black with #152730

Text Example


Text Example

White with #152730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152730; }

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

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

background-color css

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

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

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

border-color css

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

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

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