Html Css Color HEX #33103C Blackcurrant

📋 copy color: '#33103C'

red 51 ◦ green 16 ◦ blue 60

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

Shades of Blackcurrant #33103C

Tints of Blackcurrant #33103C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.6%

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

R = 40.16%
G = 12.6%
B = 47.24%

CMYK

 C value IS 0.15

 M value IS 0.73

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33103C (or 0x33103C) is known color: Blackcurrant. HEX triplet: 33, 10 and 3C. RGB value is (51,16,60). Sum of RGB (Red+Green+Blue) = 51+16+60=127 (16% of max value = 765). Red value is 51 (20.31% from 255 or 40.16% from 127); Green value is 16 (6.64% from 255 or 12.60% from 127); Blue value is 60 (23.83% from 255 or 47.24% from 127); Max value from RGB is 60 - color contains mainly: blue. Hex color #33103C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33103C is #CCEFC3. Grayscale: #1F1F1F. Windows color (decimal): -13430724 or 3936307. OLE color: 3936307.

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

Color convert

RGB 51 16 60 -
CMYK 0.15 0.73 0 0.76
HSL 287.73º 0.58% 0.15% -
HSV(B) 287.73º 0.73% 0.24% -
XYZ 2.37 1.4 4.42 -
YUV 31.48 144.1 141.92 -
System Red Green Blue C M Y K H S L
Decimal 51 16 60 0.15 0.73 0 0.76 287.73 0.58 0.15
Hex 33 10 3C F 49 0 4C 120 3A F
Octal 63 20 74 17 111 0 114 440 72 17
Binary 110011 10000 111100 1111 1001001 0 1001100 100100000 111010 1111

Color Harmonies of #33103C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33103C

Black with #33103C

Text Example


Text Example

White with #33103C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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