Html Css Color HEX #1D1353 Paua

📋 copy color: '#1D1353'

red 29 ◦ green 19 ◦ blue 83

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

Shades of Paua #1D1353

Tints of Paua #1D1353

RGB

 RED value IS 29 (11.72% from 255) = 22.14%

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

 BLUE value IS 83 (32.81% from 255) = 63.36%

R = 22.14%
G = 14.5%
B = 63.36%

CMYK

 C value IS 0.65

 M value IS 0.77

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#1D1353 (or 0x1D1353) is known color: Paua. HEX triplet: 1D, 13 and 53. RGB value is (29,19,83). Sum of RGB (Red+Green+Blue) = 29+19+83=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 19 (7.81% from 255 or 14.50% from 131); Blue value is 83 (32.81% from 255 or 63.36% from 131); Max value from RGB is 83 - color contains mainly: blue. Hex color #1D1353 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D1353 is #E2ECAC. Grayscale: #1D1D1D. Windows color (decimal): -14871725 or 5444381. OLE color: 5444381.

HSL color Cylindrical-coordinate representation of color #1D1353: hue angle of 249.38º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1D1353 is Cyan = 0.65, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 29 19 83 -
CMYK 0.65 0.77 0 0.67
HSL 249.38º 0.63% 0.2% -
HSV(B) 249.38º 0.77% 0.33% -
XYZ 2.3 1.35 8.32 -
YUV 29.29 158.31 127.8 -
System Red Green Blue C M Y K H S L
Decimal 29 19 83 0.65 0.77 0 0.67 249.38 0.63 0.2
Hex 1D 13 53 41 4D 0 43 F9 3F 14
Octal 35 23 123 101 115 0 103 371 77 24
Binary 11101 10011 1010011 1000001 1001101 0 1000011 11111001 111111 10100

Color Harmonies of #1D1353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1353

Black with #1D1353

Text Example


Text Example

White with #1D1353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,19,83); }

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

background-color css

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

 a { background-color: rgb(29,19,83); }

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

border-color css

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

 span { border-color: rgb(29,19,83); }

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