Html Css Color HEX #4B0128 Blackberry

📋 copy color: '#4B0128'

red 75 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #4B0128

Tints of Blackberry #4B0128

RGB

 RED value IS 75 (29.69% from 255) = 64.66%

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

 BLUE value IS 40 (16.02% from 255) = 34.48%

R = 64.66%
G = 0.86%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.47

 K value IS 0.71

RGB Variations

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

Color information

#4B0128 (or 0x4B0128) is known color: Blackberry. HEX triplet: 4B, 01 and 28. RGB value is (75,1,40). Sum of RGB (Red+Green+Blue) = 75+1+40=116 (15% of max value = 765). Red value is 75 (29.69% from 255 or 64.66% from 116); Green value is 1 (0.78% from 255 or 0.86% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 75 - color contains mainly: red. Hex color #4B0128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B0128 is #B4FED7. Grayscale: #1B1B1B. Windows color (decimal): -11861720 or 2621771. OLE color: 2621771.

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

Color convert

RGB 75 1 40 -
CMYK 0 0.99 0.47 0.71
HSL 328.38º 0.97% 0.15% -
HSV(B) 328.38º 0.99% 0.29% -
XYZ 3.3 1.67 2.16 -
YUV 27.57 135.02 161.83 -
System Red Green Blue C M Y K H S L
Decimal 75 1 40 0 0.99 0.47 0.71 328.38 0.97 0.15
Hex 4B 1 28 0 63 2F 47 148 61 F
Octal 113 1 50 0 143 57 107 510 141 17
Binary 1001011 1 101000 0 1100011 101111 1000111 101001000 1100001 1111

Color Harmonies of #4B0128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B0128

Black with #4B0128

Text Example


Text Example

White with #4B0128

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,1,40); }

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

background-color css

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

 a { background-color: rgb(75,1,40); }

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

border-color css

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

 span { border-color: rgb(75,1,40); }

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