Html Css Color HEX #381129 Blackberry

📋 copy color: '#381129'

red 56 ◦ green 17 ◦ blue 41

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

Shades of Blackberry #381129

Tints of Blackberry #381129

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.91%

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

R = 49.12%
G = 14.91%
B = 35.96%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#381129 (or 0x381129) is known color: Blackberry. HEX triplet: 38, 11 and 29. RGB value is (56,17,41). Sum of RGB (Red+Green+Blue) = 56+17+41=114 (15% of max value = 765). Red value is 56 (22.27% from 255 or 49.12% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 41 (16.41% from 255 or 35.96% from 114); Max value from RGB is 56 - color contains mainly: red. Hex color #381129 is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #381129 is #C7EED6. Grayscale: #1F1F1F. Windows color (decimal): -13102807 or 2691384. OLE color: 2691384.

HSL color Cylindrical-coordinate representation of color #381129: hue angle of 323.08º degrees, saturation: 0.53, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #381129 is Cyan = 0, Magento = 0.70, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 17 41 -
CMYK 0 0.70 0.27 0.78
HSL 323.08º 0.53% 0.14% -
HSV(B) 323.08º 0.7% 0.22% -
XYZ 2.23 1.4 2.25 -
YUV 31.4 133.42 145.55 -
System Red Green Blue C M Y K H S L
Decimal 56 17 41 0 0.70 0.27 0.78 323.08 0.53 0.14
Hex 38 11 29 0 46 1B 4E 143 35 E
Octal 70 21 51 0 106 33 116 503 65 16
Binary 111000 10001 101001 0 1000110 11011 1001110 101000011 110101 1110

Color Harmonies of #381129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381129

Black with #381129

Text Example


Text Example

White with #381129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381129; }

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

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

background-color css

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

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

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

border-color css

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

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

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