Html Css Color HEX #330225 Blackberry

📋 copy color: '#330225'

red 51 ◦ green 2 ◦ blue 37

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

Shades of Blackberry #330225

Tints of Blackberry #330225

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

 BLUE value IS 37 (14.84% from 255) = 41.11%

R = 56.67%
G = 2.22%
B = 41.11%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330225 (or 0x330225) is known color: Blackberry. HEX triplet: 33, 02 and 25. RGB value is (51,2,37). Sum of RGB (Red+Green+Blue) = 51+2+37=90 (11% of max value = 765). Red value is 51 (20.31% from 255 or 56.67% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 37 (14.84% from 255 or 41.11% from 90); Max value from RGB is 51 - color contains mainly: red. Hex color #330225 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330225 is #CCFDDA. Grayscale: #141414. Windows color (decimal): -13434331 or 2425395. OLE color: 2425395.

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

Color convert

RGB 51 2 37 -
CMYK 0 0.96 0.27 0.8
HSL 317.14º 0.92% 0.1% -
HSV(B) 317.14º 0.96% 0.2% -
XYZ 1.72 0.88 1.83 -
YUV 20.64 137.23 149.65 -
System Red Green Blue C M Y K H S L
Decimal 51 2 37 0 0.96 0.27 0.8 317.14 0.92 0.1
Hex 33 2 25 0 60 1B 50 13D 5C A
Octal 63 2 45 0 140 33 120 475 134 12
Binary 110011 10 100101 0 1100000 11011 1010000 100111101 1011100 1010

Color Harmonies of #330225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330225

Black with #330225

Text Example


Text Example

White with #330225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330225; }

 p { color: rgb(51,2,37); }

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

background-color css

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

 a { background-color: rgb(51,2,37); }

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

border-color css

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

 span { border-color: rgb(51,2,37); }

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