Html Css Color HEX #430128 Blackberry

📋 copy color: '#430128'

red 67 ◦ green 1 ◦ blue 40

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

Shades of Blackberry #430128

Tints of Blackberry #430128

RGB

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

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

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

R = 62.04%
G = 0.93%
B = 37.04%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#430128 (or 0x430128) is known color: Blackberry. HEX triplet: 43, 01 and 28. RGB value is (67,1,40). Sum of RGB (Red+Green+Blue) = 67+1+40=108 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.04% from 108); Green value is 1 (0.78% from 255 or 0.93% from 108); Blue value is 40 (16.02% from 255 or 37.04% from 108); Max value from RGB is 67 - color contains mainly: red. Hex color #430128 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430128 is #BCFED7. Grayscale: #191919. Windows color (decimal): -12386008 or 2621763. OLE color: 2621763.

HSL color Cylindrical-coordinate representation of color #430128: hue angle of 324.55º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #430128 is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 1 40 -
CMYK 0 0.99 0.40 0.74
HSL 324.55º 0.97% 0.13% -
HSV(B) 324.55º 0.99% 0.26% -
XYZ 2.71 1.37 2.13 -
YUV 25.18 136.37 157.83 -
System Red Green Blue C M Y K H S L
Decimal 67 1 40 0 0.99 0.40 0.74 324.55 0.97 0.13
Hex 43 1 28 0 63 28 4A 145 61 D
Octal 103 1 50 0 143 50 112 505 141 15
Binary 1000011 1 101000 0 1100011 101000 1001010 101000101 1100001 1101

Color Harmonies of #430128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430128

Black with #430128

Text Example


Text Example

White with #430128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430128; }

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

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

background-color css

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

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

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

border-color css

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

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

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