Html Css Color HEX #430129 Blackberry

📋 copy color: '#430129'

red 67 ◦ green 1 ◦ blue 41

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

Shades of Blackberry #430129

Tints of Blackberry #430129

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 37.61%

R = 61.47%
G = 0.92%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.39

 K value IS 0.74

RGB Variations

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

Color information

#430129 (or 0x430129) is known color: Blackberry. HEX triplet: 43, 01 and 29. RGB value is (67,1,41). Sum of RGB (Red+Green+Blue) = 67+1+41=109 (14% of max value = 765). Red value is 67 (26.56% from 255 or 61.47% from 109); Green value is 1 (0.78% from 255 or 0.92% from 109); Blue value is 41 (16.41% from 255 or 37.61% from 109); Max value from RGB is 67 - color contains mainly: red. Hex color #430129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430129 is #BCFED6. Grayscale: #191919. Windows color (decimal): -12386007 or 2687299. OLE color: 2687299.

HSL color Cylindrical-coordinate representation of color #430129: hue angle of 323.64º 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 #430129 is Cyan = 0, Magento = 0.99, Yellow = 0.39 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 1 41 -
CMYK 0 0.99 0.39 0.74
HSL 323.64º 0.97% 0.13% -
HSV(B) 323.64º 0.99% 0.26% -
XYZ 2.73 1.38 2.22 -
YUV 25.29 136.87 157.75 -
System Red Green Blue C M Y K H S L
Decimal 67 1 41 0 0.99 0.39 0.74 323.64 0.97 0.13
Hex 43 1 29 0 63 27 4A 144 61 D
Octal 103 1 51 0 143 47 112 504 141 15
Binary 1000011 1 101001 0 1100011 100111 1001010 101000100 1100001 1101

Color Harmonies of #430129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430129

Black with #430129

Text Example


Text Example

White with #430129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430129; }

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

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

background-color css

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

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

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

border-color css

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

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

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