Html Css Color HEX #2F253A Tolopea

📋 copy color: '#2F253A'

red 47 ◦ green 37 ◦ blue 58

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

Shades of Tolopea #2F253A

Tints of Tolopea #2F253A

RGB

 RED value IS 47 (18.75% from 255) = 33.1%

 GREEN value IS 37 (14.84% from 255) = 26.06%

 BLUE value IS 58 (23.05% from 255) = 40.85%

R = 33.1%
G = 26.06%
B = 40.85%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F253A (or 0x2F253A) is known color: Tolopea. HEX triplet: 2F, 25 and 3A. RGB value is (47,37,58). Sum of RGB (Red+Green+Blue) = 47+37+58=142 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.10% from 142); Green value is 37 (14.84% from 255 or 26.06% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F253A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F253A is #D0DAC5. Grayscale: #2A2A2A. Windows color (decimal): -13687494 or 3810607. OLE color: 3810607.

HSL color Cylindrical-coordinate representation of color #2F253A: hue angle of 268.57º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F253A is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 47 37 58 -
CMYK 0.19 0.36 0 0.77
HSL 268.57º 0.22% 0.19% -
HSV(B) 268.57º 0.36% 0.23% -
XYZ 2.6 2.23 4.3 -
YUV 42.38 136.81 131.29 -
System Red Green Blue C M Y K H S L
Decimal 47 37 58 0.19 0.36 0 0.77 268.57 0.22 0.19
Hex 2F 25 3A 13 24 0 4D 10D 16 13
Octal 57 45 72 23 44 0 115 415 26 23
Binary 101111 100101 111010 10011 100100 0 1001101 100001101 10110 10011

Color Harmonies of #2F253A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F253A

Black with #2F253A

Text Example


Text Example

White with #2F253A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F253A; }

 p { color: rgb(47,37,58); }

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

background-color css

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

 a { background-color: rgb(47,37,58); }

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

border-color css

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

 span { border-color: rgb(47,37,58); }

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