Html Css Color HEX #281959 Paua

📋 copy color: '#281959'

red 40 ◦ green 25 ◦ blue 89

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

Shades of Paua #281959

Tints of Paua #281959

RGB

 RED value IS 40 (16.02% from 255) = 25.97%

 GREEN value IS 25 (10.16% from 255) = 16.23%

 BLUE value IS 89 (35.16% from 255) = 57.79%

R = 25.97%
G = 16.23%
B = 57.79%

CMYK

 C value IS 0.55

 M value IS 0.72

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#281959 (or 0x281959) is known color: Paua. HEX triplet: 28, 19 and 59. RGB value is (40,25,89). Sum of RGB (Red+Green+Blue) = 40+25+89=154 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.97% from 154); Green value is 25 (10.16% from 255 or 16.23% from 154); Blue value is 89 (35.16% from 255 or 57.79% from 154); Max value from RGB is 89 - color contains mainly: blue. Hex color #281959 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #281959 is #D7E6A6. Grayscale: #242424. Windows color (decimal): -14149287 or 5839144. OLE color: 5839144.

HSL color Cylindrical-coordinate representation of color #281959: hue angle of 254.06º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #281959 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 40 25 89 -
CMYK 0.55 0.72 0 0.65
HSL 254.06º 0.56% 0.22% -
HSV(B) 254.06º 0.72% 0.35% -
XYZ 3.03 1.87 9.65 -
YUV 36.78 157.47 130.3 -
System Red Green Blue C M Y K H S L
Decimal 40 25 89 0.55 0.72 0 0.65 254.06 0.56 0.22
Hex 28 19 59 37 48 0 41 FE 38 16
Octal 50 31 131 67 110 0 101 376 70 26
Binary 101000 11001 1011001 110111 1001000 0 1000001 11111110 111000 10110

Color Harmonies of #281959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #281959

Black with #281959

Text Example


Text Example

White with #281959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #281959; }

 p { color: rgb(40,25,89); }

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

background-color css

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

 a { background-color: rgb(40,25,89); }

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

border-color css

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

 span { border-color: rgb(40,25,89); }

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