Html Css Color HEX #2F2635 Blackcurrant

📋 copy color: '#2F2635'

red 47 ◦ green 38 ◦ blue 53

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

Shades of Blackcurrant #2F2635

Tints of Blackcurrant #2F2635

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.54%

 BLUE value IS 53 (21.09% from 255) = 38.41%

R = 34.06%
G = 27.54%
B = 38.41%

CMYK

 C value IS 0.11

 M value IS 0.28

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2F2635 (or 0x2F2635) is known color: Blackcurrant. HEX triplet: 2F, 26 and 35. RGB value is (47,38,53). Sum of RGB (Red+Green+Blue) = 47+38+53=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 53 (21.09% from 255 or 38.41% from 138); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F2635 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2635 is #D0D9CA. Grayscale: #2A2A2A. Windows color (decimal): -13687243 or 3483183. OLE color: 3483183.

HSL color Cylindrical-coordinate representation of color #2F2635: hue angle of 276º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2F2635 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 38 53 -
CMYK 0.11 0.28 0 0.79
HSL 276º 0.16% 0.18% -
HSV(B) 276º 0.28% 0.21% -
XYZ 2.51 2.25 3.67 -
YUV 42.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 47 38 53 0.11 0.28 0 0.79 276 0.16 0.18
Hex 2F 26 35 B 1C 0 4F 114 10 12
Octal 57 46 65 13 34 0 117 424 20 22
Binary 101111 100110 110101 1011 11100 0 1001111 100010100 10000 10010

Color Harmonies of #2F2635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2635

Black with #2F2635

Text Example


Text Example

White with #2F2635

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,38,53); }

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

background-color css

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

 a { background-color: rgb(47,38,53); }

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

border-color css

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

 span { border-color: rgb(47,38,53); }

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