Html Css Color HEX #28214B Paua

📋 copy color: '#28214B'

red 40 ◦ green 33 ◦ blue 75

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

Shades of Paua #28214B

Tints of Paua #28214B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 50.68%

R = 27.03%
G = 22.3%
B = 50.68%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#28214B (or 0x28214B) is known color: Paua. HEX triplet: 28, 21 and 4B. RGB value is (40,33,75). Sum of RGB (Red+Green+Blue) = 40+33+75=148 (19% of max value = 765). Red value is 40 (16.02% from 255 or 27.03% from 148); Green value is 33 (13.28% from 255 or 22.30% from 148); Blue value is 75 (29.69% from 255 or 50.68% from 148); Max value from RGB is 75 - color contains mainly: blue. Hex color #28214B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28214B is #D7DEB4. Grayscale: #272727. Windows color (decimal): -14147253 or 4923688. OLE color: 4923688.

HSL color Cylindrical-coordinate representation of color #28214B: hue angle of 250º degrees, saturation: 0.39, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #28214B is Cyan = 0.47, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 40 33 75 -
CMYK 0.47 0.56 0 0.71
HSL 250º 0.39% 0.21% -
HSV(B) 250º 0.56% 0.29% -
XYZ 2.69 2.05 6.91 -
YUV 39.88 147.82 128.08 -
System Red Green Blue C M Y K H S L
Decimal 40 33 75 0.47 0.56 0 0.71 250 0.39 0.21
Hex 28 21 4B 2F 38 0 47 FA 27 15
Octal 50 41 113 57 70 0 107 372 47 25
Binary 101000 100001 1001011 101111 111000 0 1000111 11111010 100111 10101

Color Harmonies of #28214B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28214B

Black with #28214B

Text Example


Text Example

White with #28214B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28214B; }

 p { color: rgb(40,33,75); }

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

background-color css

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

 a { background-color: rgb(40,33,75); }

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

border-color css

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

 span { border-color: rgb(40,33,75); }

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