Html Css Color HEX #2F2737 Blackcurrant

📋 copy color: '#2F2737'

red 47 ◦ green 39 ◦ blue 55

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

Shades of Blackcurrant #2F2737

Tints of Blackcurrant #2F2737

RGB

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

 GREEN value IS 39 (15.63% from 255) = 27.66%

 BLUE value IS 55 (21.88% from 255) = 39.01%

R = 33.33%
G = 27.66%
B = 39.01%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F2737 (or 0x2F2737) is known color: Blackcurrant. HEX triplet: 2F, 27 and 37. RGB value is (47,39,55). Sum of RGB (Red+Green+Blue) = 47+39+55=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 55 (21.88% from 255 or 39.01% from 141); Max value from RGB is 55 - color contains mainly: blue. Hex color #2F2737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2737 is #D0D8C8. Grayscale: #2B2B2B. Windows color (decimal): -13686985 or 3614511. OLE color: 3614511.

HSL color Cylindrical-coordinate representation of color #2F2737: hue angle of 270º degrees, saturation: 0.17, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2F2737 is Cyan = 0.15, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 39 55 -
CMYK 0.15 0.29 0 0.78
HSL 270º 0.17% 0.18% -
HSV(B) 270º 0.29% 0.22% -
XYZ 2.59 2.33 3.93 -
YUV 43.22 134.65 130.7 -
System Red Green Blue C M Y K H S L
Decimal 47 39 55 0.15 0.29 0 0.78 270 0.17 0.18
Hex 2F 27 37 F 1D 0 4E 10E 11 12
Octal 57 47 67 17 35 0 116 416 21 22
Binary 101111 100111 110111 1111 11101 0 1001110 100001110 10001 10010

Color Harmonies of #2F2737

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2737

Black with #2F2737

Text Example


Text Example

White with #2F2737

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,39,55); }

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

background-color css

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

 a { background-color: rgb(47,39,55); }

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

border-color css

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

 span { border-color: rgb(47,39,55); }

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