Html Css Color HEX #100841 Paua

📋 copy color: '#100841'

red 16 ◦ green 8 ◦ blue 65

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

Shades of Paua #100841

Tints of Paua #100841

RGB

 RED value IS 16 (6.64% from 255) = 17.98%

 GREEN value IS 8 (3.52% from 255) = 8.99%

 BLUE value IS 65 (25.78% from 255) = 73.03%

R = 17.98%
G = 8.99%
B = 73.03%

CMYK

 C value IS 0.75

 M value IS 0.88

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#100841 (or 0x100841) is known color: Paua. HEX triplet: 10, 08 and 41. RGB value is (16,8,65). Sum of RGB (Red+Green+Blue) = 16+8+65=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 8 (3.52% from 255 or 8.99% from 89); Blue value is 65 (25.78% from 255 or 73.03% from 89); Max value from RGB is 65 - color contains mainly: blue. Hex color #100841 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100841 is #EFF7BE. Grayscale: #101010. Windows color (decimal): -15726527 or 4261904. OLE color: 4261904.

HSL color Cylindrical-coordinate representation of color #100841: hue angle of 248.42º degrees, saturation: 0.78, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #100841 is Cyan = 0.75, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 16 8 65 -
CMYK 0.75 0.88 0 0.75
HSL 248.42º 0.78% 0.14% -
HSV(B) 248.42º 0.88% 0.25% -
XYZ 1.25 0.67 5.06 -
YUV 16.89 155.15 127.37 -
System Red Green Blue C M Y K H S L
Decimal 16 8 65 0.75 0.88 0 0.75 248.42 0.78 0.14
Hex 10 8 41 4B 58 0 4B F8 4E E
Octal 20 10 101 113 130 0 113 370 116 16
Binary 10000 1000 1000001 1001011 1011000 0 1001011 11111000 1001110 1110

Color Harmonies of #100841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #100841

Black with #100841

Text Example


Text Example

White with #100841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #100841; }

 p { color: rgb(16,8,65); }

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

background-color css

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

 a { background-color: rgb(16,8,65); }

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

border-color css

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

 span { border-color: rgb(16,8,65); }

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