Html Css Color HEX #4B012F Blackberry

📋 copy color: '#4B012F'

red 75 ◦ green 1 ◦ blue 47

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

Shades of Blackberry #4B012F

Tints of Blackberry #4B012F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 38.21%

R = 60.98%
G = 0.81%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.71

RGB Variations

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

Color information

#4B012F (or 0x4B012F) is known color: Blackberry. HEX triplet: 4B, 01 and 2F. RGB value is (75,1,47). Sum of RGB (Red+Green+Blue) = 75+1+47=123 (16% of max value = 765). Red value is 75 (29.69% from 255 or 60.98% from 123); Green value is 1 (0.78% from 255 or 0.81% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 75 - color contains mainly: red. Hex color #4B012F is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #4B012F is #B4FED0. Grayscale: #1C1C1C. Windows color (decimal): -11861713 or 3080523. OLE color: 3080523.

HSL color Cylindrical-coordinate representation of color #4B012F: hue angle of 322.7º 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 #4B012F is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 1 47 -
CMYK 0 0.99 0.37 0.71
HSL 322.7º 0.97% 0.15% -
HSV(B) 322.7º 0.99% 0.29% -
XYZ 3.43 1.72 2.84 -
YUV 28.37 138.52 161.26 -
System Red Green Blue C M Y K H S L
Decimal 75 1 47 0 0.99 0.37 0.71 322.7 0.97 0.15
Hex 4B 1 2F 0 63 25 47 143 61 F
Octal 113 1 57 0 143 45 107 503 141 17
Binary 1001011 1 101111 0 1100011 100101 1000111 101000011 1100001 1111

Color Harmonies of #4B012F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B012F

Black with #4B012F

Text Example


Text Example

White with #4B012F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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