Html Css Color HEX #1F1352 Paua

📋 copy color: '#1F1352'

red 31 ◦ green 19 ◦ blue 82

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

Shades of Paua #1F1352

Tints of Paua #1F1352

RGB

 RED value IS 31 (12.5% from 255) = 23.48%

 GREEN value IS 19 (7.81% from 255) = 14.39%

 BLUE value IS 82 (32.42% from 255) = 62.12%

R = 23.48%
G = 14.39%
B = 62.12%

CMYK

 C value IS 0.62

 M value IS 0.77

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F1352 (or 0x1F1352) is known color: Paua. HEX triplet: 1F, 13 and 52. RGB value is (31,19,82). Sum of RGB (Red+Green+Blue) = 31+19+82=132 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.48% from 132); Green value is 19 (7.81% from 255 or 14.39% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F1352 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1352 is #E0ECAD. Grayscale: #1D1D1D. Windows color (decimal): -14740654 or 5378847. OLE color: 5378847.

HSL color Cylindrical-coordinate representation of color #1F1352: hue angle of 251.43º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F1352 is Cyan = 0.62, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 31 19 82 -
CMYK 0.62 0.77 0 0.68
HSL 251.43º 0.62% 0.2% -
HSV(B) 251.43º 0.77% 0.32% -
XYZ 2.32 1.37 8.12 -
YUV 29.77 157.48 128.88 -
System Red Green Blue C M Y K H S L
Decimal 31 19 82 0.62 0.77 0 0.68 251.43 0.62 0.2
Hex 1F 13 52 3E 4D 0 44 FB 3E 14
Octal 37 23 122 76 115 0 104 373 76 24
Binary 11111 10011 1010010 111110 1001101 0 1000100 11111011 111110 10100

Color Harmonies of #1F1352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1352

Black with #1F1352

Text Example


Text Example

White with #1F1352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F1352; }

 p { color: rgb(31,19,82); }

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

background-color css

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

 a { background-color: rgb(31,19,82); }

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

border-color css

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

 span { border-color: rgb(31,19,82); }

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