Html Css Color HEX #152023 Black Pearl

📋 copy color: '#152023'

red 21 ◦ green 32 ◦ blue 35

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

Shades of Black Pearl #152023

Tints of Black Pearl #152023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 36.36%

 BLUE value IS 35 (14.06% from 255) = 39.77%

R = 23.86%
G = 36.36%
B = 39.77%

CMYK

 C value IS 0.40

 M value IS 0.09

 Y value IS 0

 K value IS 0.86

RGB Variations

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

Color information

#152023 (or 0x152023) is known color: Black Pearl. HEX triplet: 15, 20 and 23. RGB value is (21,32,35). Sum of RGB (Red+Green+Blue) = 21+32+35=88 (11% of max value = 765). Red value is 21 (8.59% from 255 or 23.86% from 88); Green value is 32 (12.89% from 255 or 36.36% from 88); Blue value is 35 (14.06% from 255 or 39.77% from 88); Max value from RGB is 35 - color contains mainly: blue. Hex color #152023 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152023 is #EADFDC. Grayscale: #1D1D1D. Windows color (decimal): -15392733 or 2301973. OLE color: 2301973.

HSL color Cylindrical-coordinate representation of color #152023: hue angle of 192.86º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #152023 is Cyan = 0.40, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.86.

Color convert

RGB 21 32 35 -
CMYK 0.40 0.09 0 0.86
HSL 192.86º 0.25% 0.11% -
HSV(B) 192.86º 0.4% 0.14% -
XYZ 1.13 1.31 1.78 -
YUV 29.05 131.36 122.26 -
System Red Green Blue C M Y K H S L
Decimal 21 32 35 0.40 0.09 0 0.86 192.86 0.25 0.11
Hex 15 20 23 28 9 0 56 C1 19 B
Octal 25 40 43 50 11 0 126 301 31 13
Binary 10101 100000 100011 101000 1001 0 1010110 11000001 11001 1011

Color Harmonies of #152023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152023

Black with #152023

Text Example


Text Example

White with #152023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152023; }

 p { color: rgb(21,32,35); }

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

background-color css

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

 a { background-color: rgb(21,32,35); }

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

border-color css

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

 span { border-color: rgb(21,32,35); }

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