Html Css Color HEX #33124F Blackcurrant

📋 copy color: '#33124F'

red 51 ◦ green 18 ◦ blue 79

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

Shades of Blackcurrant #33124F

Tints of Blackcurrant #33124F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 53.38%

R = 34.46%
G = 12.16%
B = 53.38%

CMYK

 C value IS 0.35

 M value IS 0.77

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#33124F (or 0x33124F) is known color: Blackcurrant. HEX triplet: 33, 12 and 4F. RGB value is (51,18,79). Sum of RGB (Red+Green+Blue) = 51+18+79=148 (19% of max value = 765). Red value is 51 (20.31% from 255 or 34.46% from 148); Green value is 18 (7.42% from 255 or 12.16% from 148); Blue value is 79 (31.25% from 255 or 53.38% from 148); Max value from RGB is 79 - color contains mainly: blue. Hex color #33124F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #33124F is #CCEDB0. Grayscale: #222222. Windows color (decimal): -13430193 or 5182003. OLE color: 5182003.

HSL color Cylindrical-coordinate representation of color #33124F: hue angle of 272.46º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33124F is Cyan = 0.35, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 51 18 79 -
CMYK 0.35 0.77 0 0.69
HSL 272.46º 0.63% 0.19% -
HSV(B) 272.46º 0.77% 0.31% -
XYZ 2.99 1.7 7.57 -
YUV 34.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 51 18 79 0.35 0.77 0 0.69 272.46 0.63 0.19
Hex 33 12 4F 23 4D 0 45 110 3F 13
Octal 63 22 117 43 115 0 105 420 77 23
Binary 110011 10010 1001111 100011 1001101 0 1000101 100010000 111111 10011

Color Harmonies of #33124F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33124F

Black with #33124F

Text Example


Text Example

White with #33124F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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