Html Css Color HEX #2B2251 Paua

📋 copy color: '#2B2251'

red 43 ◦ green 34 ◦ blue 81

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

Shades of Paua #2B2251

Tints of Paua #2B2251

RGB

 RED value IS 43 (17.19% from 255) = 27.22%

 GREEN value IS 34 (13.67% from 255) = 21.52%

 BLUE value IS 81 (32.03% from 255) = 51.27%

R = 27.22%
G = 21.52%
B = 51.27%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#2B2251 (or 0x2B2251) is known color: Paua. HEX triplet: 2B, 22 and 51. RGB value is (43,34,81). Sum of RGB (Red+Green+Blue) = 43+34+81=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 34 (13.67% from 255 or 21.52% from 158); Blue value is 81 (32.03% from 255 or 51.27% from 158); Max value from RGB is 81 - color contains mainly: blue. Hex color #2B2251 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2B2251 is #D4DDAE. Grayscale: #292929. Windows color (decimal): -13950383 or 5317163. OLE color: 5317163.

HSL color Cylindrical-coordinate representation of color #2B2251: hue angle of 251.49º degrees, saturation: 0.41, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2B2251 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 43 34 81 -
CMYK 0.47 0.58 0 0.68
HSL 251.49º 0.41% 0.23% -
HSV(B) 251.49º 0.58% 0.32% -
XYZ 3.05 2.25 8.06 -
YUV 42.05 149.98 128.68 -
System Red Green Blue C M Y K H S L
Decimal 43 34 81 0.47 0.58 0 0.68 251.49 0.41 0.23
Hex 2B 22 51 2F 3A 0 44 FB 29 17
Octal 53 42 121 57 72 0 104 373 51 27
Binary 101011 100010 1010001 101111 111010 0 1000100 11111011 101001 10111

Color Harmonies of #2B2251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B2251

Black with #2B2251

Text Example


Text Example

White with #2B2251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2B2251; }

 p { color: rgb(43,34,81); }

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

background-color css

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

 a { background-color: rgb(43,34,81); }

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

border-color css

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

 span { border-color: rgb(43,34,81); }

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