Html Css Color HEX #33124D Blackcurrant

📋 copy color: '#33124D'

red 51 ◦ green 18 ◦ blue 77

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

Shades of Blackcurrant #33124D

Tints of Blackcurrant #33124D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.33%

 BLUE value IS 77 (30.47% from 255) = 52.74%

R = 34.93%
G = 12.33%
B = 52.74%

CMYK

 C value IS 0.34

 M value IS 0.77

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#33124D (or 0x33124D) is known color: Blackcurrant. HEX triplet: 33, 12 and 4D. RGB value is (51,18,77). Sum of RGB (Red+Green+Blue) = 51+18+77=146 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.93% from 146); Green value is 18 (7.42% from 255 or 12.33% from 146); Blue value is 77 (30.47% from 255 or 52.74% from 146); Max value from RGB is 77 - color contains mainly: blue. Hex color #33124D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33124D is #CCEDB2. Grayscale: #222222. Windows color (decimal): -13430195 or 5050931. OLE color: 5050931.

HSL color Cylindrical-coordinate representation of color #33124D: hue angle of 273.56º degrees, saturation: 0.62, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33124D is Cyan = 0.34, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 51 18 77 -
CMYK 0.34 0.77 0 0.70
HSL 273.56º 0.62% 0.19% -
HSV(B) 273.56º 0.77% 0.3% -
XYZ 2.92 1.67 7.19 -
YUV 34.59 151.93 139.7 -
System Red Green Blue C M Y K H S L
Decimal 51 18 77 0.34 0.77 0 0.70 273.56 0.62 0.19
Hex 33 12 4D 22 4D 0 46 112 3E 13
Octal 63 22 115 42 115 0 106 422 76 23
Binary 110011 10010 1001101 100010 1001101 0 1000110 100010010 111110 10011

Color Harmonies of #33124D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33124D

Black with #33124D

Text Example


Text Example

White with #33124D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,18,77); }

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

background-color css

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

 a { background-color: rgb(51,18,77); }

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

border-color css

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

 span { border-color: rgb(51,18,77); }

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