Html Css Color HEX #152130 Black Pearl

📋 copy color: '#152130'

red 21 ◦ green 33 ◦ blue 48

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

Shades of Black Pearl #152130

Tints of Black Pearl #152130

RGB

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

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

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

R = 20.59%
G = 32.35%
B = 47.06%

CMYK

 C value IS 0.56

 M value IS 0.31

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#152130 (or 0x152130) is known color: Black Pearl. HEX triplet: 15, 21 and 30. RGB value is (21,33,48). Sum of RGB (Red+Green+Blue) = 21+33+48=102 (13% of max value = 765). Red value is 21 (8.59% from 255 or 20.59% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 48 (19.14% from 255 or 47.06% from 102); Max value from RGB is 48 - color contains mainly: blue. Hex color #152130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152130 is #EADECF. Grayscale: #1F1F1F. Windows color (decimal): -15392464 or 3154197. OLE color: 3154197.

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

Color convert

RGB 21 33 48 -
CMYK 0.56 0.31 0 0.81
HSL 213.33º 0.39% 0.14% -
HSV(B) 213.33º 0.56% 0.19% -
XYZ 1.39 1.46 3.01 -
YUV 31.12 137.52 120.78 -
System Red Green Blue C M Y K H S L
Decimal 21 33 48 0.56 0.31 0 0.81 213.33 0.39 0.14
Hex 15 21 30 38 1F 0 51 D5 27 E
Octal 25 41 60 70 37 0 121 325 47 16
Binary 10101 100001 110000 111000 11111 0 1010001 11010101 100111 1110

Color Harmonies of #152130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152130

Black with #152130

Text Example


Text Example

White with #152130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152130; }

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

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

background-color css

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

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

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

border-color css

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

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

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