Html Css Color HEX #330519 Blackberry

📋 copy color: '#330519'

red 51 ◦ green 5 ◦ blue 25

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

Shades of Blackberry #330519

Tints of Blackberry #330519

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.17%

 BLUE value IS 25 (10.16% from 255) = 30.86%

R = 62.96%
G = 6.17%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330519 (or 0x330519) is known color: Blackberry. HEX triplet: 33, 05 and 19. RGB value is (51,5,25). Sum of RGB (Red+Green+Blue) = 51+5+25=81 (10% of max value = 765). Red value is 51 (20.31% from 255 or 62.96% from 81); Green value is 5 (2.34% from 255 or 6.17% from 81); Blue value is 25 (10.16% from 255 or 30.86% from 81); Max value from RGB is 51 - color contains mainly: red. Hex color #330519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330519 is #CCFAE6. Grayscale: #151515. Windows color (decimal): -13433575 or 1639731. OLE color: 1639731.

HSL color Cylindrical-coordinate representation of color #330519: hue angle of 333.91º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330519 is Cyan = 0, Magento = 0.90, Yellow = 0.51 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 25 -
CMYK 0 0.90 0.51 0.8
HSL 333.91º 0.82% 0.11% -
HSV(B) 333.91º 0.9% 0.2% -
XYZ 1.59 0.88 1.01 -
YUV 21.03 130.24 149.37 -
System Red Green Blue C M Y K H S L
Decimal 51 5 25 0 0.90 0.51 0.8 333.91 0.82 0.11
Hex 33 5 19 0 5A 33 50 14E 52 B
Octal 63 5 31 0 132 63 120 516 122 13
Binary 110011 101 11001 0 1011010 110011 1010000 101001110 1010010 1011

Color Harmonies of #330519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330519

Black with #330519

Text Example


Text Example

White with #330519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330519; }

 p { color: rgb(51,5,25); }

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

background-color css

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

 a { background-color: rgb(51,5,25); }

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

border-color css

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

 span { border-color: rgb(51,5,25); }

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