Html Css Color HEX #2F233A Blackcurrant

📋 copy color: '#2F233A'

red 47 ◦ green 35 ◦ blue 58

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

Shades of Blackcurrant #2F233A

Tints of Blackcurrant #2F233A

RGB

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

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

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

R = 33.57%
G = 25%
B = 41.43%

CMYK

 C value IS 0.19

 M value IS 0.40

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2F233A (or 0x2F233A) is known color: Blackcurrant. HEX triplet: 2F, 23 and 3A. RGB value is (47,35,58). Sum of RGB (Red+Green+Blue) = 47+35+58=140 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.57% from 140); Green value is 35 (14.06% from 255 or 25% from 140); Blue value is 58 (23.05% from 255 or 41.43% from 140); Max value from RGB is 58 - color contains mainly: blue. Hex color #2F233A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F233A is #D0DCC5. Grayscale: #292929. Windows color (decimal): -13688006 or 3810095. OLE color: 3810095.

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

Color convert

RGB 47 35 58 -
CMYK 0.19 0.40 0 0.77
HSL 271.3º 0.25% 0.18% -
HSV(B) 271.3º 0.4% 0.23% -
XYZ 2.54 2.11 4.28 -
YUV 41.21 137.48 132.13 -
System Red Green Blue C M Y K H S L
Decimal 47 35 58 0.19 0.40 0 0.77 271.3 0.25 0.18
Hex 2F 23 3A 13 28 0 4D 10F 19 12
Octal 57 43 72 23 50 0 115 417 31 22
Binary 101111 100011 111010 10011 101000 0 1001101 100001111 11001 10010

Color Harmonies of #2F233A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F233A

Black with #2F233A

Text Example


Text Example

White with #2F233A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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