Html Css Color HEX #33143A Blackcurrant

📋 copy color: '#33143A'

red 51 ◦ green 20 ◦ blue 58

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

Shades of Blackcurrant #33143A

Tints of Blackcurrant #33143A

RGB

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

 GREEN value IS 20 (8.2% from 255) = 15.5%

 BLUE value IS 58 (23.05% from 255) = 44.96%

R = 39.53%
G = 15.5%
B = 44.96%

CMYK

 C value IS 0.12

 M value IS 0.66

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#33143A (or 0x33143A) is known color: Blackcurrant. HEX triplet: 33, 14 and 3A. RGB value is (51,20,58). Sum of RGB (Red+Green+Blue) = 51+20+58=129 (17% of max value = 765). Red value is 51 (20.31% from 255 or 39.53% from 129); Green value is 20 (8.20% from 255 or 15.50% from 129); Blue value is 58 (23.05% from 255 or 44.96% from 129); Max value from RGB is 58 - color contains mainly: blue. Hex color #33143A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33143A is #CCEBC5. Grayscale: #212121. Windows color (decimal): -13429702 or 3806259. OLE color: 3806259.

HSL color Cylindrical-coordinate representation of color #33143A: hue angle of 288.95º degrees, saturation: 0.49, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #33143A is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 51 20 58 -
CMYK 0.12 0.66 0 0.77
HSL 288.95º 0.49% 0.15% -
HSV(B) 288.95º 0.66% 0.23% -
XYZ 2.38 1.51 4.17 -
YUV 33.6 141.77 140.41 -
System Red Green Blue C M Y K H S L
Decimal 51 20 58 0.12 0.66 0 0.77 288.95 0.49 0.15
Hex 33 14 3A C 42 0 4D 121 31 F
Octal 63 24 72 14 102 0 115 441 61 17
Binary 110011 10100 111010 1100 1000010 0 1001101 100100001 110001 1111

Color Harmonies of #33143A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33143A

Black with #33143A

Text Example


Text Example

White with #33143A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33143A; }

 p { color: rgb(51,20,58); }

 H1.HeaderClassName
 {
   color: #33143A;
 }
 .AnyTagClassName
 {
   color: #33143A;
 }
</style>

background-color css

<style>
 a { background-color: #33143A; }

 a { background-color: rgb(51,20,58); }

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

border-color css

<style>
 span { border-color: #33143A; }

 span { border-color: rgb(51,20,58); }

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