Html Css Color HEX #2F2534 Blackcurrant

📋 copy color: '#2F2534'

red 47 ◦ green 37 ◦ blue 52

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

Shades of Blackcurrant #2F2534

Tints of Blackcurrant #2F2534

RGB

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

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

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

R = 34.56%
G = 27.21%
B = 38.24%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2F2534 (or 0x2F2534) is known color: Blackcurrant. HEX triplet: 2F, 25 and 34. RGB value is (47,37,52). Sum of RGB (Red+Green+Blue) = 47+37+52=136 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.56% from 136); Green value is 37 (14.84% from 255 or 27.21% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #2F2534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2534 is #D0DACB. Grayscale: #292929. Windows color (decimal): -13687500 or 3417391. OLE color: 3417391.

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

Color convert

RGB 47 37 52 -
CMYK 0.10 0.29 0 0.80
HSL 280º 0.17% 0.17% -
HSV(B) 280º 0.29% 0.2% -
XYZ 2.45 2.18 3.54 -
YUV 41.7 133.81 131.78 -
System Red Green Blue C M Y K H S L
Decimal 47 37 52 0.10 0.29 0 0.80 280 0.17 0.17
Hex 2F 25 34 A 1D 0 50 118 11 11
Octal 57 45 64 12 35 0 120 430 21 21
Binary 101111 100101 110100 1010 11101 0 1010000 100011000 10001 10001

Color Harmonies of #2F2534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2534

Black with #2F2534

Text Example


Text Example

White with #2F2534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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