Html Css Color HEX #330022 Blackberry

📋 copy color: '#330022'

red 51 ◦ green 0 ◦ blue 34

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

Shades of Blackberry #330022

Tints of Blackberry #330022

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 40%

R = 60%
G = 0%
B = 40%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.33

 K value IS 0.8

RGB Variations

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

Color information

#330022 (or 0x330022) is known color: Blackberry. HEX triplet: 33, 00 and 22. RGB value is (51,0,34). Sum of RGB (Red+Green+Blue) = 51+0+34=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 0 (0.39% from 255 or 0% from 85); Blue value is 34 (13.67% from 255 or 40% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #330022 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330022 is #CCFFDD. Grayscale: #131313. Windows color (decimal): -13434846 or 2228275. OLE color: 2228275.

HSL color Cylindrical-coordinate representation of color #330022: hue angle of 320º 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 #330022 is Cyan = 0, Magento = 1, Yellow = 0.33 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 0 34 -
CMYK 0 1 0.33 0.8
HSL 320º 1% 0.1% -
HSV(B) 320º 1% 0.2% -
XYZ 1.65 0.82 1.58 -
YUV 19.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 51 0 34 0 1 0.33 0.8 320 1 0.1
Hex 33 0 22 0 64 21 50 140 64 A
Octal 63 0 42 0 144 41 120 500 144 12
Binary 110011 0 100010 0 1100100 100001 1010000 101000000 1100100 1010

Color Harmonies of #330022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330022

Black with #330022

Text Example


Text Example

White with #330022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330022; }

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

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

background-color css

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

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

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

border-color css

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

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

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