Html Css Color HEX #332C38 Blackcurrant

📋 copy color: '#332C38'

red 51 ◦ green 44 ◦ blue 56

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

Shades of Blackcurrant #332C38

Tints of Blackcurrant #332C38

RGB

 RED value IS 51 (20.31% from 255) = 33.77%

 GREEN value IS 44 (17.58% from 255) = 29.14%

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

R = 33.77%
G = 29.14%
B = 37.09%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#332C38 (or 0x332C38) is known color: Blackcurrant. HEX triplet: 33, 2C and 38. RGB value is (51,44,56). Sum of RGB (Red+Green+Blue) = 51+44+56=151 (20% of max value = 765). Red value is 51 (20.31% from 255 or 33.77% from 151); Green value is 44 (17.58% from 255 or 29.14% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #332C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #332C38 is #CCD3C7. Grayscale: #2F2F2F. Windows color (decimal): -13423560 or 3681331. OLE color: 3681331.

HSL color Cylindrical-coordinate representation of color #332C38: hue angle of 275º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #332C38 is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 51 44 56 -
CMYK 0.09 0.21 0 0.78
HSL 275º 0.12% 0.2% -
HSV(B) 275º 0.21% 0.22% -
XYZ 2.98 2.79 4.12 -
YUV 47.46 132.82 130.52 -
System Red Green Blue C M Y K H S L
Decimal 51 44 56 0.09 0.21 0 0.78 275 0.12 0.2
Hex 33 2C 38 9 15 0 4E 113 C 14
Octal 63 54 70 11 25 0 116 423 14 24
Binary 110011 101100 111000 1001 10101 0 1001110 100010011 1100 10100

Color Harmonies of #332C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #332C38

Black with #332C38

Text Example


Text Example

White with #332C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #332C38; }

 p { color: rgb(51,44,56); }

 H1.HeaderClassName
 {
   color: #332C38;
 }
 .AnyTagClassName
 {
   color: #332C38;
 }
</style>

background-color css

<style>
 a { background-color: #332C38; }

 a { background-color: rgb(51,44,56); }

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

border-color css

<style>
 span { border-color: #332C38; }

 span { border-color: rgb(51,44,56); }

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