Html Css Color HEX #33113F Blackcurrant

📋 copy color: '#33113F'

red 51 ◦ green 17 ◦ blue 63

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

Shades of Blackcurrant #33113F

Tints of Blackcurrant #33113F

RGB

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

 GREEN value IS 17 (7.03% from 255) = 12.98%

 BLUE value IS 63 (25% from 255) = 48.09%

R = 38.93%
G = 12.98%
B = 48.09%

CMYK

 C value IS 0.19

 M value IS 0.73

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33113F (or 0x33113F) is known color: Blackcurrant. HEX triplet: 33, 11 and 3F. RGB value is (51,17,63). Sum of RGB (Red+Green+Blue) = 51+17+63=131 (17% of max value = 765). Red value is 51 (20.31% from 255 or 38.93% from 131); Green value is 17 (7.03% from 255 or 12.98% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: blue. Hex color #33113F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33113F is #CCEEC0. Grayscale: #202020. Windows color (decimal): -13430465 or 4133171. OLE color: 4133171.

HSL color Cylindrical-coordinate representation of color #33113F: hue angle of 284.35º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #33113F is Cyan = 0.19, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 51 17 63 -
CMYK 0.19 0.73 0 0.75
HSL 284.35º 0.58% 0.16% -
HSV(B) 284.35º 0.73% 0.25% -
XYZ 2.46 1.46 4.86 -
YUV 32.41 145.26 141.26 -
System Red Green Blue C M Y K H S L
Decimal 51 17 63 0.19 0.73 0 0.75 284.35 0.58 0.16
Hex 33 11 3F 13 49 0 4B 11C 3A 10
Octal 63 21 77 23 111 0 113 434 72 20
Binary 110011 10001 111111 10011 1001001 0 1001011 100011100 111010 10000

Color Harmonies of #33113F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33113F

Black with #33113F

Text Example


Text Example

White with #33113F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(51,17,63); }

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

background-color css

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

 a { background-color: rgb(51,17,63); }

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

border-color css

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

 span { border-color: rgb(51,17,63); }

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