Html Css Color HEX #33093F Blackcurrant

📋 copy color: '#33093F'

red 51 ◦ green 9 ◦ blue 63

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

Shades of Blackcurrant #33093F

Tints of Blackcurrant #33093F

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.32%

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

R = 41.46%
G = 7.32%
B = 51.22%

CMYK

 C value IS 0.19

 M value IS 0.86

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#33093F (or 0x33093F) is known color: Blackcurrant. HEX triplet: 33, 09 and 3F. RGB value is (51,9,63). Sum of RGB (Red+Green+Blue) = 51+9+63=123 (16% of max value = 765). Red value is 51 (20.31% from 255 or 41.46% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 63 (25% from 255 or 51.22% from 123); Max value from RGB is 63 - color contains mainly: blue. Hex color #33093F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #33093F is #CCF6C0. Grayscale: #1B1B1B. Windows color (decimal): -13432513 or 4131123. OLE color: 4131123.

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

Color convert

RGB 51 9 63 -
CMYK 0.19 0.86 0 0.75
HSL 286.67º 0.75% 0.14% -
HSV(B) 286.67º 0.86% 0.25% -
XYZ 2.36 1.26 4.82 -
YUV 27.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 51 9 63 0.19 0.86 0 0.75 286.67 0.75 0.14
Hex 33 9 3F 13 56 0 4B 11F 4B E
Octal 63 11 77 23 126 0 113 437 113 16
Binary 110011 1001 111111 10011 1010110 0 1001011 100011111 1001011 1110

Color Harmonies of #33093F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33093F

Black with #33093F

Text Example


Text Example

White with #33093F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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