Html Css Color HEX #430638 Blackberry

📋 copy color: '#430638'

red 67 ◦ green 6 ◦ blue 56

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

Shades of Blackberry #430638

Tints of Blackberry #430638

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.65%

 BLUE value IS 56 (22.27% from 255) = 43.41%

R = 51.94%
G = 4.65%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#430638 (or 0x430638) is known color: Blackberry. HEX triplet: 43, 06 and 38. RGB value is (67,6,56). Sum of RGB (Red+Green+Blue) = 67+6+56=129 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.94% from 129); Green value is 6 (2.73% from 255 or 4.65% from 129); Blue value is 56 (22.27% from 255 or 43.41% from 129); Max value from RGB is 67 - color contains mainly: red. Hex color #430638 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430638 is #BCF9C7. Grayscale: #1D1D1D. Windows color (decimal): -12384712 or 3671619. OLE color: 3671619.

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

Color convert

RGB 67 6 56 -
CMYK 0 0.91 0.16 0.74
HSL 310.82º 0.84% 0.14% -
HSV(B) 310.82º 0.91% 0.26% -
XYZ 3.09 1.61 3.89 -
YUV 29.94 142.71 154.43 -
System Red Green Blue C M Y K H S L
Decimal 67 6 56 0 0.91 0.16 0.74 310.82 0.84 0.14
Hex 43 6 38 0 5B 10 4A 137 54 E
Octal 103 6 70 0 133 20 112 467 124 16
Binary 1000011 110 111000 0 1011011 10000 1001010 100110111 1010100 1110

Color Harmonies of #430638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430638

Black with #430638

Text Example


Text Example

White with #430638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430638; }

 p { color: rgb(67,6,56); }

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

background-color css

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

 a { background-color: rgb(67,6,56); }

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

border-color css

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

 span { border-color: rgb(67,6,56); }

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