Html Css Color HEX #33043D Blackcurrant

📋 copy color: '#33043D'

red 51 ◦ green 4 ◦ blue 61

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

Shades of Blackcurrant #33043D

Tints of Blackcurrant #33043D

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.45%

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

R = 43.97%
G = 3.45%
B = 52.59%

CMYK

 C value IS 0.16

 M value IS 0.93

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33043D (or 0x33043D) is known color: Blackcurrant. HEX triplet: 33, 04 and 3D. RGB value is (51,4,61). Sum of RGB (Red+Green+Blue) = 51+4+61=116 (15% of max value = 765). Red value is 51 (20.31% from 255 or 43.97% from 116); Green value is 4 (1.95% from 255 or 3.45% from 116); Blue value is 61 (24.22% from 255 or 52.59% from 116); Max value from RGB is 61 - color contains mainly: blue. Hex color #33043D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33043D is #CCFBC2. Grayscale: #181818. Windows color (decimal): -13433795 or 3998771. OLE color: 3998771.

HSL color Cylindrical-coordinate representation of color #33043D: hue angle of 289.47º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #33043D is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 4 61 -
CMYK 0.16 0.93 0 0.76
HSL 289.47º 0.88% 0.13% -
HSV(B) 289.47º 0.93% 0.24% -
XYZ 2.25 1.13 4.51 -
YUV 24.55 148.57 146.87 -
System Red Green Blue C M Y K H S L
Decimal 51 4 61 0.16 0.93 0 0.76 289.47 0.88 0.13
Hex 33 4 3D 10 5D 0 4C 121 58 D
Octal 63 4 75 20 135 0 114 441 130 15
Binary 110011 100 111101 10000 1011101 0 1001100 100100001 1011000 1101

Color Harmonies of #33043D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33043D

Black with #33043D

Text Example


Text Example

White with #33043D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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