Html Css Color HEX #2F2234 Blackcurrant

📋 copy color: '#2F2234'

red 47 ◦ green 34 ◦ blue 52

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

Shades of Blackcurrant #2F2234

Tints of Blackcurrant #2F2234

RGB

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

 GREEN value IS 34 (13.67% from 255) = 25.56%

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

R = 35.34%
G = 25.56%
B = 39.1%

CMYK

 C value IS 0.10

 M value IS 0.35

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F2234 (or 0x2F2234) is known color: Blackcurrant. HEX triplet: 2F, 22 and 34. RGB value is (47,34,52). Sum of RGB (Red+Green+Blue) = 47+34+52=133 (17% of max value = 765). Red value is 47 (18.75% from 255 or 35.34% from 133); Green value is 34 (13.67% from 255 or 25.56% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2234 is #D0DDCB. Grayscale: #272727. Windows color (decimal): -13688268 or 3416623. OLE color: 3416623.

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

Color convert

RGB 47 34 52 -
CMYK 0.10 0.35 0 0.80
HSL 283.33º 0.21% 0.17% -
HSV(B) 283.33º 0.35% 0.2% -
XYZ 2.36 2 3.51 -
YUV 39.94 134.81 133.04 -
System Red Green Blue C M Y K H S L
Decimal 47 34 52 0.10 0.35 0 0.80 283.33 0.21 0.17
Hex 2F 22 34 A 23 0 50 11B 15 11
Octal 57 42 64 12 43 0 120 433 25 21
Binary 101111 100010 110100 1010 100011 0 1010000 100011011 10101 10001

Color Harmonies of #2F2234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2234

Black with #2F2234

Text Example


Text Example

White with #2F2234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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