Html Css Color HEX #33143C Blackcurrant

📋 copy color: '#33143C'

red 51 ◦ green 20 ◦ blue 60

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

Shades of Blackcurrant #33143C

Tints of Blackcurrant #33143C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 45.8%

R = 38.93%
G = 15.27%
B = 45.8%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#33143C (or 0x33143C) is known color: Blackcurrant. HEX triplet: 33, 14 and 3C. RGB value is (51,20,60). Sum of RGB (Red+Green+Blue) = 51+20+60=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 60 (23.83% from 255 or 45.80% from 131); Max value from RGB is 60 - color contains mainly: blue. Hex color #33143C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33143C is #CCEBC3. Grayscale: #212121. Windows color (decimal): -13429700 or 3937331. OLE color: 3937331.

HSL color Cylindrical-coordinate representation of color #33143C: hue angle of 286.5º degrees, saturation: 0.5, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33143C is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 51 20 60 -
CMYK 0.15 0.67 0 0.76
HSL 286.5º 0.5% 0.16% -
HSV(B) 286.5º 0.67% 0.24% -
XYZ 2.43 1.53 4.44 -
YUV 33.83 142.77 140.25 -
System Red Green Blue C M Y K H S L
Decimal 51 20 60 0.15 0.67 0 0.76 286.5 0.5 0.16
Hex 33 14 3C F 43 0 4C 11E 32 10
Octal 63 24 74 17 103 0 114 436 62 20
Binary 110011 10100 111100 1111 1000011 0 1001100 100011110 110010 10000

Color Harmonies of #33143C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33143C

Black with #33143C

Text Example


Text Example

White with #33143C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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