Html Css Color HEX #430530 Blackberry

📋 copy color: '#430530'

red 67 ◦ green 5 ◦ blue 48

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

Shades of Blackberry #430530

Tints of Blackberry #430530

RGB

 RED value IS 67 (26.56% from 255) = 55.83%

 GREEN value IS 5 (2.34% from 255) = 4.17%

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

R = 55.83%
G = 4.17%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.28

 K value IS 0.74

RGB Variations

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

Color information

#430530 (or 0x430530) is known color: Blackberry. HEX triplet: 43, 05 and 30. RGB value is (67,5,48). Sum of RGB (Red+Green+Blue) = 67+5+48=120 (15% of max value = 765). Red value is 67 (26.56% from 255 or 55.83% from 120); Green value is 5 (2.34% from 255 or 4.17% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 67 - color contains mainly: red. Hex color #430530 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430530 is #BCFACF. Grayscale: #1C1C1C. Windows color (decimal): -12384976 or 3147075. OLE color: 3147075.

HSL color Cylindrical-coordinate representation of color #430530: hue angle of 318.39º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #430530 is Cyan = 0, Magento = 0.93, Yellow = 0.28 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 5 48 -
CMYK 0 0.93 0.28 0.74
HSL 318.39º 0.86% 0.14% -
HSV(B) 318.39º 0.93% 0.26% -
XYZ 2.9 1.52 2.94 -
YUV 28.44 139.04 155.5 -
System Red Green Blue C M Y K H S L
Decimal 67 5 48 0 0.93 0.28 0.74 318.39 0.86 0.14
Hex 43 5 30 0 5D 1C 4A 13E 56 E
Octal 103 5 60 0 135 34 112 476 126 16
Binary 1000011 101 110000 0 1011101 11100 1001010 100111110 1010110 1110

Color Harmonies of #430530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430530

Black with #430530

Text Example


Text Example

White with #430530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430530; }

 p { color: rgb(67,5,48); }

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

background-color css

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

 a { background-color: rgb(67,5,48); }

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

border-color css

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

 span { border-color: rgb(67,5,48); }

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