Html Css Color HEX #380428 Blackberry

📋 copy color: '#380428'

red 56 ◦ green 4 ◦ blue 40

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

Shades of Blackberry #380428

Tints of Blackberry #380428

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 40%

R = 56%
G = 4%
B = 40%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#380428 (or 0x380428) is known color: Blackberry. HEX triplet: 38, 04 and 28. RGB value is (56,4,40). Sum of RGB (Red+Green+Blue) = 56+4+40=100 (13% of max value = 765). Red value is 56 (22.27% from 255 or 56% from 100); Green value is 4 (1.95% from 255 or 4% from 100); Blue value is 40 (16.02% from 255 or 40% from 100); Max value from RGB is 56 - color contains mainly: red. Hex color #380428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #380428 is #C7FBD7. Grayscale: #171717. Windows color (decimal): -13106136 or 2622520. OLE color: 2622520.

HSL color Cylindrical-coordinate representation of color #380428: hue angle of 318.46º 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 #380428 is Cyan = 0, Magento = 0.93, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 4 40 -
CMYK 0 0.93 0.29 0.78
HSL 318.46º 0.87% 0.12% -
HSV(B) 318.46º 0.93% 0.22% -
XYZ 2.06 1.08 2.11 -
YUV 23.65 137.23 151.07 -
System Red Green Blue C M Y K H S L
Decimal 56 4 40 0 0.93 0.29 0.78 318.46 0.87 0.12
Hex 38 4 28 0 5D 1D 4E 13E 57 C
Octal 70 4 50 0 135 35 116 476 127 14
Binary 111000 100 101000 0 1011101 11101 1001110 100111110 1010111 1100

Color Harmonies of #380428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380428

Black with #380428

Text Example


Text Example

White with #380428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380428; }

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

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

background-color css

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

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

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

border-color css

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

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

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