Html Css Color HEX #33053D Blackcurrant

📋 copy color: '#33053D'

red 51 ◦ green 5 ◦ blue 61

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

Shades of Blackcurrant #33053D

Tints of Blackcurrant #33053D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 52.14%

R = 43.59%
G = 4.27%
B = 52.14%

CMYK

 C value IS 0.16

 M value IS 0.92

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33053D (or 0x33053D) is known color: Blackcurrant. HEX triplet: 33, 05 and 3D. RGB value is (51,5,61). Sum of RGB (Red+Green+Blue) = 51+5+61=117 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.59% from 117); Green value is 5 (2.34% from 255 or 4.27% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #33053D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33053D is #CCFAC2. Grayscale: #181818. Windows color (decimal): -13433539 or 3999027. OLE color: 3999027.

HSL color Cylindrical-coordinate representation of color #33053D: hue angle of 289.29º 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 #33053D is Cyan = 0.16, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 5 61 -
CMYK 0.16 0.92 0 0.76
HSL 289.29º 0.85% 0.13% -
HSV(B) 289.29º 0.92% 0.24% -
XYZ 2.26 1.15 4.52 -
YUV 25.14 148.24 146.45 -
System Red Green Blue C M Y K H S L
Decimal 51 5 61 0.16 0.92 0 0.76 289.29 0.85 0.13
Hex 33 5 3D 10 5C 0 4C 121 55 D
Octal 63 5 75 20 134 0 114 441 125 15
Binary 110011 101 111101 10000 1011100 0 1001100 100100001 1010101 1101

Color Harmonies of #33053D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33053D

Black with #33053D

Text Example


Text Example

White with #33053D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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