Html Css Color HEX #431D35 Blackberry

📋 copy color: '#431D35'

red 67 ◦ green 29 ◦ blue 53

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

Shades of Blackberry #431D35

Tints of Blackberry #431D35

RGB

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

 GREEN value IS 29 (11.72% from 255) = 19.46%

 BLUE value IS 53 (21.09% from 255) = 35.57%

R = 44.97%
G = 19.46%
B = 35.57%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.74

RGB Variations

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

Color information

#431D35 (or 0x431D35) is known color: Blackberry. HEX triplet: 43, 1D and 35. RGB value is (67,29,53). Sum of RGB (Red+Green+Blue) = 67+29+53=149 (19% of max value = 765). Red value is 67 (26.56% from 255 or 44.97% from 149); Green value is 29 (11.72% from 255 or 19.46% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 67 - color contains mainly: red. Hex color #431D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D35 is #BCE2CA. Grayscale: #2B2B2B. Windows color (decimal): -12378827 or 3480899. OLE color: 3480899.

HSL color Cylindrical-coordinate representation of color #431D35: hue angle of 322.11º degrees, saturation: 0.4, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #431D35 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 29 53 -
CMYK 0 0.57 0.21 0.74
HSL 322.11º 0.4% 0.19% -
HSV(B) 322.11º 0.57% 0.26% -
XYZ 3.4 2.33 3.64 -
YUV 43.1 133.59 145.05 -
System Red Green Blue C M Y K H S L
Decimal 67 29 53 0 0.57 0.21 0.74 322.11 0.4 0.19
Hex 43 1D 35 0 39 15 4A 142 28 13
Octal 103 35 65 0 71 25 112 502 50 23
Binary 1000011 11101 110101 0 111001 10101 1001010 101000010 101000 10011

Color Harmonies of #431D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D35

Black with #431D35

Text Example


Text Example

White with #431D35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431D35; }

 p { color: rgb(67,29,53); }

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

background-color css

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

 a { background-color: rgb(67,29,53); }

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

border-color css

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

 span { border-color: rgb(67,29,53); }

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