Html Css Color HEX #330121 Blackberry

📋 copy color: '#330121'

red 51 ◦ green 1 ◦ blue 33

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

Shades of Blackberry #330121

Tints of Blackberry #330121

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.18%

 BLUE value IS 33 (13.28% from 255) = 38.82%

R = 60%
G = 1.18%
B = 38.82%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.35

 K value IS 0.8

RGB Variations

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

Color information

#330121 (or 0x330121) is known color: Blackberry. HEX triplet: 33, 01 and 21. RGB value is (51,1,33). Sum of RGB (Red+Green+Blue) = 51+1+33=85 (11% of max value = 765). Red value is 51 (20.31% from 255 or 60% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 33 (13.28% from 255 or 38.82% from 85); Max value from RGB is 51 - color contains mainly: red. Hex color #330121 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330121 is #CCFEDE. Grayscale: #131313. Windows color (decimal): -13434591 or 2162995. OLE color: 2162995.

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

Color convert

RGB 51 1 33 -
CMYK 0 0.98 0.35 0.8
HSL 321.6º 0.96% 0.1% -
HSV(B) 321.6º 0.98% 0.2% -
XYZ 1.65 0.84 1.51 -
YUV 19.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 51 1 33 0 0.98 0.35 0.8 321.6 0.96 0.1
Hex 33 1 21 0 62 23 50 142 60 A
Octal 63 1 41 0 142 43 120 502 140 12
Binary 110011 1 100001 0 1100010 100011 1010000 101000010 1100000 1010

Color Harmonies of #330121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330121

Black with #330121

Text Example


Text Example

White with #330121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330121; }

 p { color: rgb(51,1,33); }

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

background-color css

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

 a { background-color: rgb(51,1,33); }

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

border-color css

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

 span { border-color: rgb(51,1,33); }

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