Html Css Color HEX #152930 Black Pearl

📋 copy color: '#152930'

red 21 ◦ green 41 ◦ blue 48

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

Shades of Black Pearl #152930

Tints of Black Pearl #152930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 37.27%

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

R = 19.09%
G = 37.27%
B = 43.64%

CMYK

 C value IS 0.56

 M value IS 0.15

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152930 (or 0x152930) is known color: Black Pearl. HEX triplet: 15, 29 and 30. RGB value is (21,41,48). Sum of RGB (Red+Green+Blue) = 21+41+48=110 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.09% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #152930 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152930 is #EAD6CF. Grayscale: #232323. Windows color (decimal): -15390416 or 3156245. OLE color: 3156245.

HSL color Cylindrical-coordinate representation of color #152930: hue angle of 195.56º 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 #152930 is Cyan = 0.56, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 21 41 48 -
CMYK 0.56 0.15 0 0.81
HSL 195.56º 0.39% 0.14% -
HSV(B) 195.56º 0.56% 0.19% -
XYZ 1.64 1.96 3.09 -
YUV 35.82 134.87 117.43 -
System Red Green Blue C M Y K H S L
Decimal 21 41 48 0.56 0.15 0 0.81 195.56 0.39 0.14
Hex 15 29 30 38 F 0 51 C4 27 E
Octal 25 51 60 70 17 0 121 304 47 16
Binary 10101 101001 110000 111000 1111 0 1010001 11000100 100111 1110

Color Harmonies of #152930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152930

Black with #152930

Text Example


Text Example

White with #152930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152930; }

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

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

background-color css

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

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

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

border-color css

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

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

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