Html Css Color HEX #231838 Tolopea

📋 copy color: '#231838'

red 35 ◦ green 24 ◦ blue 56

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

Shades of Tolopea #231838

Tints of Tolopea #231838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 48.7%

R = 30.43%
G = 20.87%
B = 48.7%

CMYK

 C value IS 0.37

 M value IS 0.57

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#231838 (or 0x231838) is known color: Tolopea. HEX triplet: 23, 18 and 38. RGB value is (35,24,56). Sum of RGB (Red+Green+Blue) = 35+24+56=115 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.43% from 115); Green value is 24 (9.77% from 255 or 20.87% from 115); Blue value is 56 (22.27% from 255 or 48.70% from 115); Max value from RGB is 56 - color contains mainly: blue. Hex color #231838 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #231838 is #DCE7C7. Grayscale: #1E1E1E. Windows color (decimal): -14477256 or 3676195. OLE color: 3676195.

HSL color Cylindrical-coordinate representation of color #231838: hue angle of 260.62º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #231838 is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 35 24 56 -
CMYK 0.37 0.57 0 0.78
HSL 260.63º 0.4% 0.16% -
HSV(B) 260.63º 0.57% 0.22% -
XYZ 1.73 1.3 3.9 -
YUV 30.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 35 24 56 0.37 0.57 0 0.78 260.63 0.4 0.16
Hex 23 18 38 25 39 0 4E 105 28 10
Octal 43 30 70 45 71 0 116 405 50 20
Binary 100011 11000 111000 100101 111001 0 1001110 100000101 101000 10000

Color Harmonies of #231838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #231838

Black with #231838

Text Example


Text Example

White with #231838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #231838; }

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

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

background-color css

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

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

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

border-color css

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

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

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