Html Css Color HEX #33193A Blackcurrant

📋 copy color: '#33193A'

red 51 ◦ green 25 ◦ blue 58

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

Shades of Blackcurrant #33193A

Tints of Blackcurrant #33193A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.66%

 BLUE value IS 58 (23.05% from 255) = 43.28%

R = 38.06%
G = 18.66%
B = 43.28%

CMYK

 C value IS 0.12

 M value IS 0.57

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33193A (or 0x33193A) is known color: Blackcurrant. HEX triplet: 33, 19 and 3A. RGB value is (51,25,58). Sum of RGB (Red+Green+Blue) = 51+25+58=134 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.06% from 134); Green value is 25 (10.16% from 255 or 18.66% from 134); Blue value is 58 (23.05% from 255 or 43.28% from 134); Max value from RGB is 58 - color contains mainly: blue. Hex color #33193A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33193A is #CCE6C5. Grayscale: #242424. Windows color (decimal): -13428422 or 3807539. OLE color: 3807539.

HSL color Cylindrical-coordinate representation of color #33193A: hue angle of 287.27º degrees, saturation: 0.4, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #33193A is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 25 58 -
CMYK 0.12 0.57 0 0.77
HSL 287.27º 0.4% 0.16% -
HSV(B) 287.27º 0.57% 0.23% -
XYZ 2.48 1.7 4.2 -
YUV 36.54 140.11 138.32 -
System Red Green Blue C M Y K H S L
Decimal 51 25 58 0.12 0.57 0 0.77 287.27 0.4 0.16
Hex 33 19 3A C 39 0 4D 11F 28 10
Octal 63 31 72 14 71 0 115 437 50 20
Binary 110011 11001 111010 1100 111001 0 1001101 100011111 101000 10000

Color Harmonies of #33193A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33193A

Black with #33193A

Text Example


Text Example

White with #33193A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33193A; }

 p { color: rgb(51,25,58); }

 H1.HeaderClassName
 {
   color: #33193A;
 }
 .AnyTagClassName
 {
   color: #33193A;
 }
</style>

background-color css

<style>
 a { background-color: #33193A; }

 a { background-color: rgb(51,25,58); }

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

border-color css

<style>
 span { border-color: #33193A; }

 span { border-color: rgb(51,25,58); }

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