Html Css Color HEX #33053C Blackcurrant

📋 copy color: '#33053C'

red 51 ◦ green 5 ◦ blue 60

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

Shades of Blackcurrant #33053C

Tints of Blackcurrant #33053C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 4.31%

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

R = 43.97%
G = 4.31%
B = 51.72%

CMYK

 C value IS 0.15

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33053C (or 0x33053C) is known color: Blackcurrant. HEX triplet: 33, 05 and 3C. RGB value is (51,5,60). Sum of RGB (Red+Green+Blue) = 51+5+60=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 5 (2.34% from 255 or 4.31% from 116); Blue value is 60 (23.83% from 255 or 51.72% from 116); Max value from RGB is 60 - color contains mainly: blue. Hex color #33053C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33053C is #CCFAC3. Grayscale: #181818. Windows color (decimal): -13433540 or 3933491. OLE color: 3933491.

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

Color convert

RGB 51 5 60 -
CMYK 0.15 0.92 0 0.76
HSL 290.18º 0.85% 0.13% -
HSV(B) 290.18º 0.92% 0.24% -
XYZ 2.24 1.14 4.38 -
YUV 25.02 147.74 146.53 -
System Red Green Blue C M Y K H S L
Decimal 51 5 60 0.15 0.92 0 0.76 290.18 0.85 0.13
Hex 33 5 3C F 5C 0 4C 122 55 D
Octal 63 5 74 17 134 0 114 442 125 15
Binary 110011 101 111100 1111 1011100 0 1001100 100100010 1010101 1101

Color Harmonies of #33053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33053C

Black with #33053C

Text Example


Text Example

White with #33053C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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