Html Css Color HEX #330319 Blackberry

📋 copy color: '#330319'

red 51 ◦ green 3 ◦ blue 25

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

Shades of Blackberry #330319

Tints of Blackberry #330319

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.8%

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

R = 64.56%
G = 3.8%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330319 (or 0x330319) is known color: Blackberry. HEX triplet: 33, 03 and 19. RGB value is (51,3,25). Sum of RGB (Red+Green+Blue) = 51+3+25=79 (10% of max value = 765). Red value is 51 (20.31% from 255 or 64.56% from 79); Green value is 3 (1.56% from 255 or 3.80% from 79); Blue value is 25 (10.16% from 255 or 31.65% from 79); Max value from RGB is 51 - color contains mainly: red. Hex color #330319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330319 is #CCFCE6. Grayscale: #131313. Windows color (decimal): -13434087 or 1639219. OLE color: 1639219.

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

Color convert

RGB 51 3 25 -
CMYK 0 0.94 0.51 0.8
HSL 332.5º 0.89% 0.11% -
HSV(B) 332.5º 0.94% 0.2% -
XYZ 1.57 0.84 1 -
YUV 19.86 130.9 150.21 -
System Red Green Blue C M Y K H S L
Decimal 51 3 25 0 0.94 0.51 0.8 332.5 0.89 0.11
Hex 33 3 19 0 5E 33 50 14C 59 B
Octal 63 3 31 0 136 63 120 514 131 13
Binary 110011 11 11001 0 1011110 110011 1010000 101001100 1011001 1011

Color Harmonies of #330319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330319

Black with #330319

Text Example


Text Example

White with #330319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330319; }

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

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

background-color css

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

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

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

border-color css

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

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

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