Html Css Color HEX #330525 Blackberry

📋 copy color: '#330525'

red 51 ◦ green 5 ◦ blue 37

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

Shades of Blackberry #330525

Tints of Blackberry #330525

RGB

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

 GREEN value IS 5 (2.34% from 255) = 5.38%

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

R = 54.84%
G = 5.38%
B = 39.78%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330525 (or 0x330525) is known color: Blackberry. HEX triplet: 33, 05 and 25. RGB value is (51,5,37). Sum of RGB (Red+Green+Blue) = 51+5+37=93 (12% of max value = 765). Red value is 51 (20.31% from 255 or 54.84% from 93); Green value is 5 (2.34% from 255 or 5.38% from 93); Blue value is 37 (14.84% from 255 or 39.78% from 93); Max value from RGB is 51 - color contains mainly: red. Hex color #330525 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330525 is #CCFADA. Grayscale: #161616. Windows color (decimal): -13433563 or 2426163. OLE color: 2426163.

HSL color Cylindrical-coordinate representation of color #330525: hue angle of 318.26º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #330525 is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.8.

Color convert

RGB 51 5 37 -
CMYK 0 0.90 0.27 0.8
HSL 318.26º 0.82% 0.11% -
HSV(B) 318.26º 0.9% 0.2% -
XYZ 1.75 0.95 1.84 -
YUV 22.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 51 5 37 0 0.90 0.27 0.8 318.26 0.82 0.11
Hex 33 5 25 0 5A 1B 50 13E 52 B
Octal 63 5 45 0 132 33 120 476 122 13
Binary 110011 101 100101 0 1011010 11011 1010000 100111110 1010010 1011

Color Harmonies of #330525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330525

Black with #330525

Text Example


Text Example

White with #330525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330525; }

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

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

background-color css

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

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

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

border-color css

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

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

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