Html Css Color HEX #380429 Blackberry

📋 copy color: '#380429'

red 56 ◦ green 4 ◦ blue 41

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

Shades of Blackberry #380429

Tints of Blackberry #380429

RGB

 RED value IS 56 (22.27% from 255) = 55.45%

 GREEN value IS 4 (1.95% from 255) = 3.96%

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

R = 55.45%
G = 3.96%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#380429 (or 0x380429) is known color: Blackberry. HEX triplet: 38, 04 and 29. RGB value is (56,4,41). Sum of RGB (Red+Green+Blue) = 56+4+41=101 (13% of max value = 765). Red value is 56 (22.27% from 255 or 55.45% from 101); Green value is 4 (1.95% from 255 or 3.96% from 101); Blue value is 41 (16.41% from 255 or 40.59% from 101); Max value from RGB is 56 - color contains mainly: red. Hex color #380429 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380429 is #C7FBD6. Grayscale: #171717. Windows color (decimal): -13106135 or 2688056. OLE color: 2688056.

HSL color Cylindrical-coordinate representation of color #380429: hue angle of 317.31º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #380429 is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 4 41 -
CMYK 0 0.93 0.27 0.78
HSL 317.31º 0.87% 0.12% -
HSV(B) 317.31º 0.93% 0.22% -
XYZ 2.07 1.09 2.2 -
YUV 23.77 137.73 150.99 -
System Red Green Blue C M Y K H S L
Decimal 56 4 41 0 0.93 0.27 0.78 317.31 0.87 0.12
Hex 38 4 29 0 5D 1B 4E 13D 57 C
Octal 70 4 51 0 135 33 116 475 127 14
Binary 111000 100 101001 0 1011101 11011 1001110 100111101 1010111 1100

Color Harmonies of #380429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380429

Black with #380429

Text Example


Text Example

White with #380429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380429; }

 p { color: rgb(56,4,41); }

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

background-color css

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

 a { background-color: rgb(56,4,41); }

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

border-color css

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

 span { border-color: rgb(56,4,41); }

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