Html Css Color HEX #2F2834 Blackcurrant

📋 copy color: '#2F2834'

red 47 ◦ green 40 ◦ blue 52

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

Shades of Blackcurrant #2F2834

Tints of Blackcurrant #2F2834

RGB

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

 GREEN value IS 40 (16.02% from 255) = 28.78%

 BLUE value IS 52 (20.7% from 255) = 37.41%

R = 33.81%
G = 28.78%
B = 37.41%

CMYK

 C value IS 0.10

 M value IS 0.23

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F2834 (or 0x2F2834) is known color: Blackcurrant. HEX triplet: 2F, 28 and 34. RGB value is (47,40,52). Sum of RGB (Red+Green+Blue) = 47+40+52=139 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.81% from 139); Green value is 40 (16.02% from 255 or 28.78% from 139); Blue value is 52 (20.70% from 255 or 37.41% from 139); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2834 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2834 is #D0D7CB. Grayscale: #2B2B2B. Windows color (decimal): -13686732 or 3418159. OLE color: 3418159.

HSL color Cylindrical-coordinate representation of color #2F2834: hue angle of 275º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2F2834 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 47 40 52 -
CMYK 0.10 0.23 0 0.80
HSL 275º 0.13% 0.18% -
HSV(B) 275º 0.23% 0.2% -
XYZ 2.55 2.37 3.57 -
YUV 43.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 47 40 52 0.10 0.23 0 0.80 275 0.13 0.18
Hex 2F 28 34 A 17 0 50 113 D 12
Octal 57 50 64 12 27 0 120 423 15 22
Binary 101111 101000 110100 1010 10111 0 1010000 100010011 1101 10010

Color Harmonies of #2F2834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2834

Black with #2F2834

Text Example


Text Example

White with #2F2834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,40,52); }

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

background-color css

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

 a { background-color: rgb(47,40,52); }

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

border-color css

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

 span { border-color: rgb(47,40,52); }

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