Html Css Color HEX #430328 Blackberry

📋 copy color: '#430328'

red 67 ◦ green 3 ◦ blue 40

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

Shades of Blackberry #430328

Tints of Blackberry #430328

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.73%

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

R = 60.91%
G = 2.73%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.74

RGB Variations

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

Color information

#430328 (or 0x430328) is known color: Blackberry. HEX triplet: 43, 03 and 28. RGB value is (67,3,40). Sum of RGB (Red+Green+Blue) = 67+3+40=110 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.91% from 110); Green value is 3 (1.56% from 255 or 2.73% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 67 - color contains mainly: red. Hex color #430328 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430328 is #BCFCD7. Grayscale: #1A1A1A. Windows color (decimal): -12385496 or 2622275. OLE color: 2622275.

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

Color convert

RGB 67 3 40 -
CMYK 0 0.96 0.40 0.74
HSL 325.31º 0.91% 0.14% -
HSV(B) 325.31º 0.96% 0.26% -
XYZ 2.73 1.41 2.14 -
YUV 26.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 67 3 40 0 0.96 0.40 0.74 325.31 0.91 0.14
Hex 43 3 28 0 60 28 4A 145 5B E
Octal 103 3 50 0 140 50 112 505 133 16
Binary 1000011 11 101000 0 1100000 101000 1001010 101000101 1011011 1110

Color Harmonies of #430328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430328

Black with #430328

Text Example


Text Example

White with #430328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430328; }

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

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

background-color css

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

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

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

border-color css

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

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

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