Html Css Color HEX #33193C Blackcurrant

📋 copy color: '#33193C'

red 51 ◦ green 25 ◦ blue 60

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

Shades of Blackcurrant #33193C

Tints of Blackcurrant #33193C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 44.12%

R = 37.5%
G = 18.38%
B = 44.12%

CMYK

 C value IS 0.15

 M value IS 0.58

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33193C (or 0x33193C) is known color: Blackcurrant. HEX triplet: 33, 19 and 3C. RGB value is (51,25,60). Sum of RGB (Red+Green+Blue) = 51+25+60=136 (18% of max value = 765). Red value is 51 (20.31% from 255 or 37.5% from 136); Green value is 25 (10.16% from 255 or 18.38% from 136); Blue value is 60 (23.83% from 255 or 44.12% from 136); Max value from RGB is 60 - color contains mainly: blue. Hex color #33193C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33193C is #CCE6C3. Grayscale: #242424. Windows color (decimal): -13428420 or 3938611. OLE color: 3938611.

HSL color Cylindrical-coordinate representation of color #33193C: hue angle of 284.57º degrees, saturation: 0.41, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #33193C is Cyan = 0.15, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 25 60 -
CMYK 0.15 0.58 0 0.76
HSL 284.57º 0.41% 0.17% -
HSV(B) 284.57º 0.58% 0.24% -
XYZ 2.53 1.73 4.47 -
YUV 36.76 141.11 138.15 -
System Red Green Blue C M Y K H S L
Decimal 51 25 60 0.15 0.58 0 0.76 284.57 0.41 0.17
Hex 33 19 3C F 3A 0 4C 11D 29 11
Octal 63 31 74 17 72 0 114 435 51 21
Binary 110011 11001 111100 1111 111010 0 1001100 100011101 101001 10001

Color Harmonies of #33193C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33193C

Black with #33193C

Text Example


Text Example

White with #33193C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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