Html Css Color HEX #381428 Blackberry

📋 copy color: '#381428'

red 56 ◦ green 20 ◦ blue 40

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

Shades of Blackberry #381428

Tints of Blackberry #381428

RGB

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

 GREEN value IS 20 (8.2% from 255) = 17.24%

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

R = 48.28%
G = 17.24%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381428 (or 0x381428) is known color: Blackberry. HEX triplet: 38, 14 and 28. RGB value is (56,20,40). Sum of RGB (Red+Green+Blue) = 56+20+40=116 (15% of max value = 765). Red value is 56 (22.27% from 255 or 48.28% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 56 - color contains mainly: red. Hex color #381428 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381428 is #C7EBD7. Grayscale: #212121. Windows color (decimal): -13102040 or 2626616. OLE color: 2626616.

HSL color Cylindrical-coordinate representation of color #381428: hue angle of 326.67º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #381428 is Cyan = 0, Magento = 0.64, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 20 40 -
CMYK 0 0.64 0.29 0.78
HSL 326.67º 0.47% 0.15% -
HSV(B) 326.67º 0.64% 0.22% -
XYZ 2.26 1.49 2.18 -
YUV 33.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 56 20 40 0 0.64 0.29 0.78 326.67 0.47 0.15
Hex 38 14 28 0 40 1D 4E 147 2F F
Octal 70 24 50 0 100 35 116 507 57 17
Binary 111000 10100 101000 0 1000000 11101 1001110 101000111 101111 1111

Color Harmonies of #381428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381428

Black with #381428

Text Example


Text Example

White with #381428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381428; }

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

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

background-color css

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

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

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

border-color css

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

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

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