Html Css Color HEX #330019 Blackberry

📋 copy color: '#330019'

red 51 ◦ green 0 ◦ blue 25

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

Shades of Blackberry #330019

Tints of Blackberry #330019

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 67.11%
G = 0%
B = 32.89%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.51

 K value IS 0.8

RGB Variations

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

Color information

#330019 (or 0x330019) is known color: Blackberry. HEX triplet: 33, 00 and 19. RGB value is (51,0,25). Sum of RGB (Red+Green+Blue) = 51+0+25=76 (10% of max value = 765). Red value is 51 (20.31% from 255 or 67.11% from 76); Green value is 0 (0.39% from 255 or 0% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 51 - color contains mainly: red. Hex color #330019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #330019 is #CCFFE6. Grayscale: #121212. Windows color (decimal): -13434855 or 1638451. OLE color: 1638451.

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

Color convert

RGB 51 0 25 -
CMYK 0 1 0.51 0.8
HSL 330.59º 1% 0.1% -
HSV(B) 330.59º 1% 0.2% -
XYZ 1.54 0.77 0.99 -
YUV 18.1 131.9 151.47 -
System Red Green Blue C M Y K H S L
Decimal 51 0 25 0 1 0.51 0.8 330.59 1 0.1
Hex 33 0 19 0 64 33 50 14B 64 A
Octal 63 0 31 0 144 63 120 513 144 12
Binary 110011 0 11001 0 1100100 110011 1010000 101001011 1100100 1010

Color Harmonies of #330019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330019

Black with #330019

Text Example


Text Example

White with #330019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330019; }

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

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

background-color css

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

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

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

border-color css

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

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

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