Html Css Color HEX #430338 Blackberry

📋 copy color: '#430338'

red 67 ◦ green 3 ◦ blue 56

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

Shades of Blackberry #430338

Tints of Blackberry #430338

RGB

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

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

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

R = 53.17%
G = 2.38%
B = 44.44%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.16

 K value IS 0.74

RGB Variations

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

Color information

#430338 (or 0x430338) is known color: Blackberry. HEX triplet: 43, 03 and 38. RGB value is (67,3,56). Sum of RGB (Red+Green+Blue) = 67+3+56=126 (16% of max value = 765). Red value is 67 (26.56% from 255 or 53.17% from 126); Green value is 3 (1.56% from 255 or 2.38% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 67 - color contains mainly: red. Hex color #430338 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #430338 is #BCFCC7. Grayscale: #1C1C1C. Windows color (decimal): -12385480 or 3670851. OLE color: 3670851.

HSL color Cylindrical-coordinate representation of color #430338: hue angle of 310.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 #430338 is Cyan = 0, Magento = 0.96, Yellow = 0.16 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 3 56 -
CMYK 0 0.96 0.16 0.74
HSL 310.31º 0.91% 0.14% -
HSV(B) 310.31º 0.96% 0.26% -
XYZ 3.06 1.54 3.88 -
YUV 28.18 143.7 155.69 -
System Red Green Blue C M Y K H S L
Decimal 67 3 56 0 0.96 0.16 0.74 310.31 0.91 0.14
Hex 43 3 38 0 60 10 4A 136 5B E
Octal 103 3 70 0 140 20 112 466 133 16
Binary 1000011 11 111000 0 1100000 10000 1001010 100110110 1011011 1110

Color Harmonies of #430338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #430338

Black with #430338

Text Example


Text Example

White with #430338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #430338; }

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

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

background-color css

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

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

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

border-color css

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

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

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