Html Css Color HEX #33163C Blackcurrant

📋 copy color: '#33163C'

red 51 ◦ green 22 ◦ blue 60

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

Shades of Blackcurrant #33163C

Tints of Blackcurrant #33163C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 16.54%

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

R = 38.35%
G = 16.54%
B = 45.11%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33163C (or 0x33163C) is known color: Blackcurrant. HEX triplet: 33, 16 and 3C. RGB value is (51,22,60). Sum of RGB (Red+Green+Blue) = 51+22+60=133 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.35% from 133); Green value is 22 (8.98% from 255 or 16.54% from 133); Blue value is 60 (23.83% from 255 or 45.11% from 133); Max value from RGB is 60 - color contains mainly: blue. Hex color #33163C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33163C is #CCE9C3. Grayscale: #222222. Windows color (decimal): -13429188 or 3937843. OLE color: 3937843.

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

Color convert

RGB 51 22 60 -
CMYK 0.15 0.63 0 0.76
HSL 285.79º 0.46% 0.16% -
HSV(B) 285.79º 0.63% 0.24% -
XYZ 2.47 1.6 4.45 -
YUV 35 142.11 139.41 -
System Red Green Blue C M Y K H S L
Decimal 51 22 60 0.15 0.63 0 0.76 285.79 0.46 0.16
Hex 33 16 3C F 3F 0 4C 11E 2E 10
Octal 63 26 74 17 77 0 114 436 56 20
Binary 110011 10110 111100 1111 111111 0 1001100 100011110 101110 10000

Color Harmonies of #33163C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33163C

Black with #33163C

Text Example


Text Example

White with #33163C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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