Html Css Color HEX #2F243A Blackcurrant

📋 copy color: '#2F243A'

red 47 ◦ green 36 ◦ blue 58

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

Shades of Blackcurrant #2F243A

Tints of Blackcurrant #2F243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 25.53%

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

R = 33.33%
G = 25.53%
B = 41.13%

CMYK

 C value IS 0.19

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F243A (or 0x2F243A) is known color: Blackcurrant. HEX triplet: 2F, 24 and 3A. RGB value is (47,36,58). Sum of RGB (Red+Green+Blue) = 47+36+58=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 58 (23.05% from 255 or 41.13% from 141); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F243A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F243A is #D0DBC5. Grayscale: #292929. Windows color (decimal): -13687750 or 3810351. OLE color: 3810351.

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

Color convert

RGB 47 36 58 -
CMYK 0.19 0.38 0 0.77
HSL 270º 0.23% 0.18% -
HSV(B) 270º 0.38% 0.23% -
XYZ 2.57 2.17 4.29 -
YUV 41.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 47 36 58 0.19 0.38 0 0.77 270 0.23 0.18
Hex 2F 24 3A 13 26 0 4D 10E 17 12
Octal 57 44 72 23 46 0 115 416 27 22
Binary 101111 100100 111010 10011 100110 0 1001101 100001110 10111 10010

Color Harmonies of #2F243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F243A

Black with #2F243A

Text Example


Text Example

White with #2F243A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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