Html Css Color HEX #231539 Tolopea

📋 copy color: '#231539'

red 35 ◦ green 21 ◦ blue 57

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

Shades of Tolopea #231539

Tints of Tolopea #231539

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.58%

 BLUE value IS 57 (22.66% from 255) = 50.44%

R = 30.97%
G = 18.58%
B = 50.44%

CMYK

 C value IS 0.39

 M value IS 0.63

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231539 (or 0x231539) is known color: Tolopea. HEX triplet: 23, 15 and 39. RGB value is (35,21,57). Sum of RGB (Red+Green+Blue) = 35+21+57=113 (14% of max value = 765). Red value is 35 (14.06% from 255 or 30.97% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 57 (22.66% from 255 or 50.44% from 113); Max value from RGB is 57 - color contains mainly: blue. Hex color #231539 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231539 is #DCEAC6. Grayscale: #1D1D1D. Windows color (decimal): -14478023 or 3740963. OLE color: 3740963.

HSL color Cylindrical-coordinate representation of color #231539: hue angle of 263.33º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #231539 is Cyan = 0.39, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 21 57 -
CMYK 0.39 0.63 0 0.78
HSL 263.33º 0.46% 0.15% -
HSV(B) 263.33º 0.63% 0.22% -
XYZ 1.7 1.19 4.01 -
YUV 29.29 143.64 132.07 -
System Red Green Blue C M Y K H S L
Decimal 35 21 57 0.39 0.63 0 0.78 263.33 0.46 0.15
Hex 23 15 39 27 3F 0 4E 107 2E F
Octal 43 25 71 47 77 0 116 407 56 17
Binary 100011 10101 111001 100111 111111 0 1001110 100000111 101110 1111

Color Harmonies of #231539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231539

Black with #231539

Text Example


Text Example

White with #231539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231539; }

 p { color: rgb(35,21,57); }

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

background-color css

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

 a { background-color: rgb(35,21,57); }

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

border-color css

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

 span { border-color: rgb(35,21,57); }

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