Html Css Color HEX #330425 Blackberry

📋 copy color: '#330425'

red 51 ◦ green 4 ◦ blue 37

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

Shades of Blackberry #330425

Tints of Blackberry #330425

RGB

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

 GREEN value IS 4 (1.95% from 255) = 4.35%

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

R = 55.43%
G = 4.35%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.8

RGB Variations

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

Color information

#330425 (or 0x330425) is known color: Blackberry. HEX triplet: 33, 04 and 25. RGB value is (51,4,37). Sum of RGB (Red+Green+Blue) = 51+4+37=92 (12% of max value = 765). Red value is 51 (20.31% from 255 or 55.43% from 92); Green value is 4 (1.95% from 255 or 4.35% from 92); Blue value is 37 (14.84% from 255 or 40.22% from 92); Max value from RGB is 51 - color contains mainly: red. Hex color #330425 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #330425 is #CCFBDA. Grayscale: #151515. Windows color (decimal): -13433819 or 2425907. OLE color: 2425907.

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

Color convert

RGB 51 4 37 -
CMYK 0 0.92 0.27 0.8
HSL 317.87º 0.85% 0.11% -
HSV(B) 317.87º 0.92% 0.2% -
XYZ 1.74 0.92 1.84 -
YUV 21.82 136.57 148.82 -
System Red Green Blue C M Y K H S L
Decimal 51 4 37 0 0.92 0.27 0.8 317.87 0.85 0.11
Hex 33 4 25 0 5C 1B 50 13E 55 B
Octal 63 4 45 0 134 33 120 476 125 13
Binary 110011 100 100101 0 1011100 11011 1010000 100111110 1010101 1011

Color Harmonies of #330425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #330425

Black with #330425

Text Example


Text Example

White with #330425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #330425; }

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

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

background-color css

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

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

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

border-color css

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

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

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