Html Css Color HEX #231851 Paua

📋 copy color: '#231851'

red 35 ◦ green 24 ◦ blue 81

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

Shades of Paua #231851

Tints of Paua #231851

RGB

 RED value IS 35 (14.06% from 255) = 25%

 GREEN value IS 24 (9.77% from 255) = 17.14%

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

R = 25%
G = 17.14%
B = 57.86%

CMYK

 C value IS 0.57

 M value IS 0.70

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#231851 (or 0x231851) is known color: Paua. HEX triplet: 23, 18 and 51. RGB value is (35,24,81). Sum of RGB (Red+Green+Blue) = 35+24+81=140 (18% of max value = 765). Red value is 35 (14.06% from 255 or 25% from 140); Green value is 24 (9.77% from 255 or 17.14% from 140); Blue value is 81 (32.03% from 255 or 57.86% from 140); Max value from RGB is 81 - color contains mainly: blue. Hex color #231851 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #231851 is #DCE7AE. Grayscale: #212121. Windows color (decimal): -14477231 or 5314595. OLE color: 5314595.

HSL color Cylindrical-coordinate representation of color #231851: hue angle of 251.58º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #231851 is Cyan = 0.57, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 35 24 81 -
CMYK 0.57 0.70 0 0.68
HSL 251.58º 0.54% 0.21% -
HSV(B) 251.58º 0.7% 0.32% -
XYZ 2.5 1.6 7.96 -
YUV 33.79 154.64 128.87 -
System Red Green Blue C M Y K H S L
Decimal 35 24 81 0.57 0.70 0 0.68 251.58 0.54 0.21
Hex 23 18 51 39 46 0 44 FC 36 15
Octal 43 30 121 71 106 0 104 374 66 25
Binary 100011 11000 1010001 111001 1000110 0 1000100 11111100 110110 10101

Color Harmonies of #231851

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231851

Black with #231851

Text Example


Text Example

White with #231851

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231851; }

 p { color: rgb(35,24,81); }

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

background-color css

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

 a { background-color: rgb(35,24,81); }

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

border-color css

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

 span { border-color: rgb(35,24,81); }

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