Html Css Color HEX #381028 Blackberry

📋 copy color: '#381028'

red 56 ◦ green 16 ◦ blue 40

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

Shades of Blackberry #381028

Tints of Blackberry #381028

RGB

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

 GREEN value IS 16 (6.64% from 255) = 14.29%

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

R = 50%
G = 14.29%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#381028 (or 0x381028) is known color: Blackberry. HEX triplet: 38, 10 and 28. RGB value is (56,16,40). Sum of RGB (Red+Green+Blue) = 56+16+40=112 (14% of max value = 765). Red value is 56 (22.27% from 255 or 50% from 112); Green value is 16 (6.64% from 255 or 14.29% from 112); Blue value is 40 (16.02% from 255 or 35.71% from 112); Max value from RGB is 56 - color contains mainly: red. Hex color #381028 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381028 is #C7EFD7. Grayscale: #1E1E1E. Windows color (decimal): -13103064 or 2625592. OLE color: 2625592.

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

Color convert

RGB 56 16 40 -
CMYK 0 0.71 0.29 0.78
HSL 324º 0.56% 0.14% -
HSV(B) 324º 0.71% 0.22% -
XYZ 2.2 1.36 2.15 -
YUV 30.7 133.25 146.05 -
System Red Green Blue C M Y K H S L
Decimal 56 16 40 0 0.71 0.29 0.78 324 0.56 0.14
Hex 38 10 28 0 47 1D 4E 144 38 E
Octal 70 20 50 0 107 35 116 504 70 16
Binary 111000 10000 101000 0 1000111 11101 1001110 101000100 111000 1110

Color Harmonies of #381028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381028

Black with #381028

Text Example


Text Example

White with #381028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381028; }

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

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

background-color css

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

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

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

border-color css

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

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

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