Html Css Color HEX #2F2338 Blackcurrant

📋 copy color: '#2F2338'

red 47 ◦ green 35 ◦ blue 56

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

Shades of Blackcurrant #2F2338

Tints of Blackcurrant #2F2338

RGB

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

 GREEN value IS 35 (14.06% from 255) = 25.36%

 BLUE value IS 56 (22.27% from 255) = 40.58%

R = 34.06%
G = 25.36%
B = 40.58%

CMYK

 C value IS 0.16

 M value IS 0.37

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F2338 (or 0x2F2338) is known color: Blackcurrant. HEX triplet: 2F, 23 and 38. RGB value is (47,35,56). Sum of RGB (Red+Green+Blue) = 47+35+56=138 (18% of max value = 765). Red value is 47 (18.75% from 255 or 34.06% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 56 (22.27% from 255 or 40.58% from 138); Max value from RGB is 56 - color contains mainly: blue. Hex color #2F2338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F2338 is #D0DCC7. Grayscale: #282828. Windows color (decimal): -13688008 or 3679023. OLE color: 3679023.

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

Color convert

RGB 47 35 56 -
CMYK 0.16 0.37 0 0.78
HSL 274.29º 0.23% 0.18% -
HSV(B) 274.29º 0.38% 0.22% -
XYZ 2.49 2.09 4.01 -
YUV 40.98 136.48 132.29 -
System Red Green Blue C M Y K H S L
Decimal 47 35 56 0.16 0.37 0 0.78 274.29 0.23 0.18
Hex 2F 23 38 10 25 0 4E 112 17 12
Octal 57 43 70 20 45 0 116 422 27 22
Binary 101111 100011 111000 10000 100101 0 1001110 100010010 10111 10010

Color Harmonies of #2F2338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F2338

Black with #2F2338

Text Example


Text Example

White with #2F2338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,35,56); }

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

background-color css

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

 a { background-color: rgb(47,35,56); }

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

border-color css

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

 span { border-color: rgb(47,35,56); }

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