Html Css Color HEX #2F2539 Blackcurrant

📋 copy color: '#2F2539'

red 47 ◦ green 37 ◦ blue 57

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

Shades of Blackcurrant #2F2539

Tints of Blackcurrant #2F2539

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 40.43%

R = 33.33%
G = 26.24%
B = 40.43%

CMYK

 C value IS 0.18

 M value IS 0.35

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F2539 (or 0x2F2539) is known color: Blackcurrant. HEX triplet: 2F, 25 and 39. RGB value is (47,37,57). Sum of RGB (Red+Green+Blue) = 47+37+57=141 (18% of max value = 765). Red value is 47 (18.75% from 255 or 33.33% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 57 (22.66% from 255 or 40.43% from 141); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F2539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2539 is #D0DAC6. Grayscale: #2A2A2A. Windows color (decimal): -13687495 or 3745071. OLE color: 3745071.

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

Color convert

RGB 47 37 57 -
CMYK 0.18 0.35 0 0.78
HSL 270º 0.21% 0.18% -
HSV(B) 270º 0.35% 0.22% -
XYZ 2.57 2.22 4.16 -
YUV 42.27 136.31 131.37 -
System Red Green Blue C M Y K H S L
Decimal 47 37 57 0.18 0.35 0 0.78 270 0.21 0.18
Hex 2F 25 39 12 23 0 4E 10E 15 12
Octal 57 45 71 22 43 0 116 416 25 22
Binary 101111 100101 111001 10010 100011 0 1001110 100001110 10101 10010

Color Harmonies of #2F2539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2539

Black with #2F2539

Text Example


Text Example

White with #2F2539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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