Html Css Color HEX #1F1452 Paua

📋 copy color: '#1F1452'

red 31 ◦ green 20 ◦ blue 82

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

Shades of Paua #1F1452

Tints of Paua #1F1452

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.04%

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

R = 23.31%
G = 15.04%
B = 61.65%

CMYK

 C value IS 0.62

 M value IS 0.76

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#1F1452 (or 0x1F1452) is known color: Paua. HEX triplet: 1F, 14 and 52. RGB value is (31,20,82). Sum of RGB (Red+Green+Blue) = 31+20+82=133 (17% of max value = 765). Red value is 31 (12.5% from 255 or 23.31% from 133); Green value is 20 (8.20% from 255 or 15.04% from 133); Blue value is 82 (32.42% from 255 or 61.65% from 133); Max value from RGB is 82 - color contains mainly: blue. Hex color #1F1452 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1452 is #E0EBAD. Grayscale: #1E1E1E. Windows color (decimal): -14740398 or 5379103. OLE color: 5379103.

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

Color convert

RGB 31 20 82 -
CMYK 0.62 0.76 0 0.68
HSL 250.65º 0.61% 0.2% -
HSV(B) 250.65º 0.76% 0.32% -
XYZ 2.34 1.4 8.13 -
YUV 30.36 157.14 128.46 -
System Red Green Blue C M Y K H S L
Decimal 31 20 82 0.62 0.76 0 0.68 250.65 0.61 0.2
Hex 1F 14 52 3E 4C 0 44 FB 3D 14
Octal 37 24 122 76 114 0 104 373 75 24
Binary 11111 10100 1010010 111110 1001100 0 1000100 11111011 111101 10100

Color Harmonies of #1F1452

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F1452

Black with #1F1452

Text Example


Text Example

White with #1F1452

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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