Html Css Color HEX #4B1330 Blackberry

📋 copy color: '#4B1330'

red 75 ◦ green 19 ◦ blue 48

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

Shades of Blackberry #4B1330

Tints of Blackberry #4B1330

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.38%

 BLUE value IS 48 (19.14% from 255) = 33.8%

R = 52.82%
G = 13.38%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.36

 K value IS 0.71

RGB Variations

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

Color information

#4B1330 (or 0x4B1330) is known color: Blackberry. HEX triplet: 4B, 13 and 30. RGB value is (75,19,48). Sum of RGB (Red+Green+Blue) = 75+19+48=142 (18% of max value = 765). Red value is 75 (29.69% from 255 or 52.82% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 48 (19.14% from 255 or 33.80% from 142); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1330 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B1330 is #B4ECCF. Grayscale: #262626. Windows color (decimal): -11857104 or 3150667. OLE color: 3150667.

HSL color Cylindrical-coordinate representation of color #4B1330: hue angle of 328.93º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4B1330 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 19 48 -
CMYK 0 0.75 0.36 0.71
HSL 328.93º 0.6% 0.18% -
HSV(B) 328.93º 0.75% 0.29% -
XYZ 3.67 2.18 3.02 -
YUV 39.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 75 19 48 0 0.75 0.36 0.71 328.93 0.6 0.18
Hex 4B 13 30 0 4B 24 47 149 3C 12
Octal 113 23 60 0 113 44 107 511 74 22
Binary 1001011 10011 110000 0 1001011 100100 1000111 101001001 111100 10010

Color Harmonies of #4B1330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1330

Black with #4B1330

Text Example


Text Example

White with #4B1330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,19,48); }

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

background-color css

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

 a { background-color: rgb(75,19,48); }

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

border-color css

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

 span { border-color: rgb(75,19,48); }

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