#4B0025

Color #4B0025 Blackberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blackberry #4B0025

Tints of Blackberry #4B0025

Color information

#4B0025 (or 0x4B0025) is unknown color: approx Blackberry. HEX triplet: 4B, 00 and 25. RGB value is (75,0,37). Sum of RGB (Red+Green+Blue) = 75+0+37=112 (14% of max value = 765). Red value is 75 (29.69% from 255 or 66.96% from 112); Green value is 0 (0.39% from 255 or 0% from 112); Blue value is 37 (14.84% from 255 or 33.04% from 112); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0025 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0025 is #B4FFDA. Grayscale: #1A1A1A. Windows color (decimal): -11861979 or 2424907. OLE color: 2424907.

HSL color Cylindrical-coordinate representation of color #4B0025: hue angle of 330.4º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #4B0025 is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.71.

Color convert

RGB75037-
CMYK010.510.71
HSL330.4º100%14.71%-
HSV(B)330.4º100%29.41%-
XYZ3.241.631.89-
YUV26.64133.85162.49-

RGB Variations

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

RGB

RED value IS 75 (29.69% from 255) = 66.96%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 37 (14.84% from 255) = 33.04%
R=66.96%
G=0%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal75037010.510.71330.410014.71
Hex4B025064334714a64f
Octal11304501446310751214417
Binary1001011010010101100100110011100011110100101011001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4B0025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4B0025; }

 p { color: rgb(75,0,37); }

 H1.HeaderClassName
 {
   color: #4B0025;
 }
 .AnyTagClassName
 {
   color: #4B0025;
 }
</style>
background-color css

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

 a { background-color: rgb(75,0,37); }

 div.DivClassName
 {
   background-color: #4B0025;
 }
 .BgClassName
 {
   background-color: #4B0025;
 }
</style>
border-color css

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

 span { border-color: rgb(75,0,37); }

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